Project Euler problem solutions written in OCaml.
- GNU Make (others might work but I haven't tried)
- OCaml (Duh.)
- ocamlbuild:
opam install ocamlbuild - core_kernel:
opam install core_kernel - bignum:
opam install bignum
Build it with make. Run it with ./main.native to run all problems, or give
it a numeric argument to run a specific problem.