My attempt at solving the series of programming puzzles from Advent of Code.
Each day has a directory, with a <puzzle_related_name>.ml file containing the
core code, a main.ml file for I/O and possibly some input file.
To get my answers for the most recent day :
make mainTo get my answers for day N :
make main DAY=dayNI try to include tests from the puzzle wording, to run them for day N :
make tests DAY=dayN