This is a collection of Advent of Code solutions written by Matthew Frances, Nick Conn, and Peter Scrandis
Install the custom Advent of Code Handler module using pip:
python3 -m pip install -e ./libraries/AOCHandler/
All programs are designed to run with the current working directory as the solutions folder for that day. For example:
cd ./solutions/day01
python3 ./python/day01.py example