No description
Find a file
2022-12-02 21:23:53 +01:00
bin day2 - a bit overcomplicated :) 2022-12-02 21:23:53 +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
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
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

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