bahmanm / euler-ml

Project Euler in OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Project Euler in OCaml

License:Apache License 2.0


Languages

Language:OCaml 100.0%