Solutions for Advent of Code.
Use pip
's local install feature once you have pulled down the files:
pip install .
Once installed, use the following command structure to process answers for that year/date:
python -m aoc.y2024.d01 # runs the first day of 2024
- Extend instructions to cover test data
- Improve UX (update
runner
with more safe guards, useful messaging, etc.)