Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rexim/ninety-nine-ocaml-problems
- Owner: rexim
- Created: 2013-09-24T14:33:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-15T14:14:46.000Z (about 11 years ago)
- Last Synced: 2024-11-08T21:09:23.485Z (2 months ago)
- Language: OCaml
- Size: 207 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.