Add all the assignment code.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-01-24 18:59:28 -08:00
parent 58c6b1f81c
commit cfe502c598
1277 changed files with 48709 additions and 1 deletions

11
hw1/README.md Normal file
View file

@ -0,0 +1,11 @@
# HW1: Hellocaml!
Quick Start:
1. open the folder in VSCode (it will prompt you to "Reopen in dev container" -- do that)
2. start an OCaml sandbox terminal
3. run `make test` from the command line
4. open `bin/hellocaml.ml`
See the general toolchain and project instructions on the course web site. The course web pages have a link to the html version of the homework instructions, [HW1: Hellocaml — CS131 2024](https://faculty.sist.shanghaitech.edu.cn/cs131/hw1/doc/hw1-hellocaml.html), which are also included [here](doc/hw1-hellocaml.rst).