Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 241 Bytes

Advent of Code 2020

My attempt at AoC2020 in OCaml.

Running the solutions

You will need the OCaml compiler, dune and the library containers.

To run the solution for day n:

$ dune exec bin/day<n>.exe < inputs/day<n>.txt