Instructions for submitting project 4§

- partner.json
- src/
  - Makefile
  - fuzzing.tar (optional, extra credit)
  - ... and all other files
  • Large submissions may get rejected. Be sure to remove extra files before creating the archive:
make clean
rm -r fuzz_out_* fuzz_root _serverroot_ server-fuzz
  • partner.json is a JSON array containing the pids of partners as strings, for example:
["ericrw96", "scott"]