https://github.com/vinatorul/99-problems
My OCaml 99 problems implementation
https://github.com/vinatorul/99-problems
Last synced: 8 months ago
JSON representation
My OCaml 99 problems implementation
- Host: GitHub
- URL: https://github.com/vinatorul/99-problems
- Owner: Vinatorul
- License: mit
- Created: 2020-11-22T19:40:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T11:10:40.000Z (over 5 years ago)
- Last Synced: 2024-12-27T00:41:57.335Z (over 1 year ago)
- Language: OCaml
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 99 Problems in OCaml
Here is my implementation of [99 Problems in OCaml](https://ocaml.org/learn/tutorials/99problems.html).
You will need `dune` and `ounit2` to build and run it.