Project Submission
Attention
The course projects are challenging and time consuming. They may require significant effort to understand the implementation details and concepts: Start Early!
Submit your files on Gradescope
Course projects will be submitted via Gradescope.
Each project will be accompanied by a Makefile with a zip target that will build a (time stamped) zip file suitable for submission to gradescope. For example, in HW1, you would do:
> make zip
zip 'hw1-submit-(<TIMESTAMP>)' bin/simulator.ml
adding: bin/simulator.ml (deflated 63%)
The result is a file called hw1-submit-(<TIMESTAMP>).zip, which you should upload to Gradescope.