Go to file
Vladan Popovic 099d73e697 add angstrom 2022-12-05 22:04:37 +01:00
bin day 4 solution 2022-12-04 09:32:45 +01:00
lib add pair_of_list helper function 2022-12-04 09:32:12 +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