You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains some minimal OCaml starter files for Homework Assignment 2.
4
+
5
+
```
6
+
.
7
+
├── hw02.ml a template for your submission (if you wish)
8
+
├── hw02.sh a minimal script to run tests
9
+
└── test_hw02.ml a template for your tests (if you wish)
10
+
```
11
+
12
+
1 directory, 6 files
13
+
14
+
## Dependencies
15
+
16
+
First, make sure you have `ocaml` and `opam` installed from your system's package manager. Then, you can install the build and library dependencies as follows:
0 commit comments