Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rexim/ninety-nine-ocaml-problems

99 Problems in OCaml
https://github.com/rexim/ninety-nine-ocaml-problems

Last synced: 7 days ago
JSON representation

99 Problems in OCaml

Awesome Lists containing this project

README

        

# 99 Problems in OCaml #

Was inspired by [this](http://ocaml.org/tutorials/99problems.html).

Solved **25/99**.

## Testing ##

To test the solutions run: `make test`. This command is very
convenient to run from Emacs through `M-x compile`.