sonologico / advent-of-code-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2020

To run for the code for all the days implemented so far:

dune runtest

To run the code for a specific exercise

dune exec bin/aoc2020.exe $DAY (1 | 2) $INPUT_FILE

About


Languages

Language:OCaml 96.1%Language:Perl 3.9%