Solutions to 99 Problems in OCaml
-
Clone the repo
-
Switch to the new directory
-
Create an empty switch
opam switch create ocaml99 5.1.0 -
Install the project dependencies
opam install . --locked -
Run the included unit tests
dune test
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Solutions to 99 Problems in OCaml
Clone the repo
Switch to the new directory
Create an empty switch
opam switch create ocaml99 5.1.0
Install the project dependencies
opam install . --locked
Run the included unit tests
dune test