Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 613 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 613 Bytes

Project Euler in OCaml

Solutions to Project Euler problems in OCaml:

NOTE: This is a work in progress --obviously.

How To Run Tests

Provided that you have already installed OPAM, you need to install a couple of dependencies:

$ opam install dune ounit batteries
$ cd euler-ml
$ dune exec ./test/test_euler.exe