File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -504,3 +504,30 @@ and have it approved by the instructor by November 22.
504504@section[#:tag "project " ]{Submitting}
505505
506506Submissions should be made on Gradescope.
507+
508+ Your submission should be a zip file containing the following contents:
509+
510+
511+ @verbatim|{
512+ info.rkt
513+ summary.pdf
514+ <lang>/
515+ }|
516+
517+ where @tt{<lang>} corresponds to the language you have chosen to
518+ implement for your project, e.g. @tt{iniquity}, @tt{loot}, etc.
519+
520+ The @tt{info.rkt} should contain the following information:
521+
522+ @codeblock|{
523+ #lang info
524+ (define project '<project> )
525+ (define language '<lang> )
526+ }|
527+
528+ where @tt{<project>} indicates which project you are doing. It should
529+ either be @tt{values}, @tt{exceptions}, @tt{garbage-collection}, or
530+ @tt{custom}. The @tt{<lang>} should be @tt{iniquity}, @tt{loot},
531+ etc. and should be the same as the directory that contains the
532+ implementation.
533+
You can’t perform that action at this time.
0 commit comments