Protohackers is a server programming challenge. Here is an implementation using OCaml 5 and the effects-based IO library Eio
- OCaml 100%
| 0 | ||
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | ||
| 8 | ||
| 9 | ||
| 10 | ||
| 11 | ||
| .gitignore | ||
| README.md | ||
ProtOCaml
The website: https://protohackers.com/
Installation
Install OCaml 5: https://discuss.ocaml.org/t/ocaml-5-0-0-first-beta-release/10623
Install dependencies: opam install eio yojson zarith astring
Running the thing
In one of these folders, run dune build