Go to file
Vladan Popovic 538693d9f4 reverse input list after reading
(recursive makes reverse)
2022-12-06 04:19:40 +01:00
bin day 4 solution 2022-12-04 09:32:45 +01:00
lib reverse input list after reading 2022-12-06 04:19:40 +01:00
test add dev scafold and day 1 solution 2022-12-02 00:07:08 +01:00
.ocamlformat add dev scafold and day 1 solution 2022-12-02 00:07:08 +01:00
LICENCE add dev scafold and day 1 solution 2022-12-02 00:07:08 +01:00
README.md add dev scafold and day 1 solution 2022-12-02 00:07:08 +01:00
dune-project add dev scafold and day 1 solution 2022-12-02 00:07:08 +01:00
flake.lock add dev scafold and day 1 solution 2022-12-02 00:07:08 +01:00
flake.nix add angstrom 2022-12-05 22:04:37 +01:00

README.md

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