CS153/hw1
jmug bd50dad69b Done with 3-5 and 3-6 from hw1
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-27 13:48:06 -08:00
..
.devcontainer Add all the assignment code. 2025-01-24 18:59:28 -08:00
bin Done with 3-5 and 3-6 from hw1 2025-01-27 13:48:06 -08:00
doc Add all the assignment code. 2025-01-24 18:59:28 -08:00
lib/util Add all the assignment code. 2025-01-24 18:59:28 -08:00
test Solve up to problem 3-4 of HW1 2025-01-26 21:47:38 -08:00
.gitignore Add all the assignment code. 2025-01-24 18:59:28 -08:00
.ocamlformat Add all the assignment code. 2025-01-24 18:59:28 -08:00
.ocamlinit Add all the assignment code. 2025-01-24 18:59:28 -08:00
dune-project Add all the assignment code. 2025-01-24 18:59:28 -08:00
hw1.opam Add all the assignment code. 2025-01-24 18:59:28 -08:00
Makefile Add all the assignment code. 2025-01-24 18:59:28 -08:00
README.md Add all the assignment code. 2025-01-24 18:59:28 -08:00
submit_zip_contents.txt Add all the assignment code. 2025-01-24 18:59:28 -08:00

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, which are also included here.