Skip to content

jordydickinson/euler-ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

euler-ocaml

Project Euler problem solutions written in OCaml.

Dependencies

  1. GNU Make (others might work but I haven't tried)
  2. OCaml (Duh.)
  3. ocamlbuild: opam install ocamlbuild
  4. core_kernel: opam install core_kernel
  5. bignum: opam install bignum

Building & Running

Build it with make. Run it with ./main.native to run all problems, or give it a numeric argument to run a specific problem.

About

Project euler solutions in OCaml

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published