Go to file
Vladan Popovic 739b24dfbe add dev scafold and day 1 solution 2022-12-02 00:07:08 +01:00
bin add dev scafold and day 1 solution 2022-12-02 00:07:08 +01:00
lib add dev scafold and day 1 solution 2022-12-02 00:07:08 +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 dev scafold and day 1 solution 2022-12-02 00:07:08 +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