public
Description: Solutions to the Project Euler problems in OCaml
Homepage: http://projecteuler.net
Clone URL: git://github.com/kballard/projecteuler-ocaml.git
README
This is a collection of solutions to the projecteuler.net problems using OCaml.
Unless otherwise noted, each solution was written by Kevin Ballard <kevin@sb.org>.

To run each problem, simply execute `make prob##` where ## is the number of the problem.