aoc2022/README.md

14 lines
207 B
Markdown
Raw Permalink Normal View History

2022-12-01 23:45:12 +01:00
# Advent of Code 2022 solutions in OCaml
To run the a single day you'd need to run a nix development shell with:
```
$ nix develop
```
And then call the executable for e.g. day 1:
```
$ dune exec d1
```