My attempt at solving the series of programming puzzles from Advent of Code, in (typed) Python.
To run the code for day N
and obtain the answers for my input :
python run.py N
To run tests for day N
:
# use --verbose or -v for detailed output
python run.py --tests N