aoc-2022-ocaml/README.md

7 lines
93 B
Markdown

## 2022 AOC problems in Ocaml
```sh
$ opam switch create . --deps-only -y
$ dune build
```