Handin procedure

Before submitting, please run all tests one final time.

Use the make labnp command to package your lab assignment and upload the generated tarball labnp-handin.tar.gz to Gradescope. n is the lab number (i.e., 1, 2, 3, or 4) and p the part (e.g, A, B, or C), if the lab is in parts.

For example:

$ cd ~/6.5840
$ make lab1
Or:
$ cd ~/6.5840
$ make lab3a

Before you submit a later part, make sure the earlier parts still work. That is run, all tests through the part you are submitting.

You may submit multiple times. We will use the timestamp of your last submission for the purpose of calculating late days.