|
|
||
|---|---|---|
| .. | ||
| .devcontainer | ||
| bin | ||
| doc | ||
| lib/util | ||
| test | ||
| .gitignore | ||
| .ocamlformat | ||
| .ocamlinit | ||
| dune-project | ||
| hw1.opam | ||
| Makefile | ||
| README.md | ||
| submit_zip_contents.txt | ||
HW1: Hellocaml!
Quick Start:
- open the folder in VSCode (it will prompt you to "Reopen in dev container" -- do that)
- start an OCaml sandbox terminal
- run
make testfrom the command line - 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, which are also included here.