This project uses pipenv for venv management.
# Install dependencies
pipenv install
# Activate venv shell
pipenv shell
# To run day 3
python -m aochc 3
# To run days 6 - 9
python -m aochc 6 9
I wanted to tidy up days 15 through 25 at some point. Hasn't happened (yet) so expect gratuitous debugging output when running those.