Solutions for ocaml.org/problems.
Dependencies:
opam switch create . -w --with-test
Build project:
dune build
Run inline tests:
dune runtest
Usage as library:
Problems.P31.is_prime 7;;
- : bool = true
Resources:
Solutions for ocaml.org/problems.
Dependencies:
opam switch create . -w --with-test
Build project:
dune build
Run inline tests:
dune runtest
Usage as library:
Problems.P31.is_prime 7;;
- : bool = true
Resources: