Instructions for submitting project 1§
-
Subject via
submit.pyunder targetp1or using the submission pages -
To submit project 1, you must submit a tarfile that contains the following files when untarred:
- README.txt
- partner.json
- src/
- Makefile
- ... and all other files
-
Note that the root of the tar archive here is where
README.txtand the other files are expected, butsrcis a subdirectory.You do not have to submit the
posix_spawndirectory. -
The format for
partner.jsonis a JSON array containing strings which are the pids of the partners for the project. -
If Eric (
ericrw96) and Scott (scott) worked in a group, an example of a correctpartner.jsonfile would be:
["ericrw96", "scott"]