- Python 3.8+
- Poetry
Either run in a poetry shell
, or prefix these commands with poetry run
- run day X/part Y:
python -m aoc.solutions.dayX.partY
- tests:
pytest
Either run in a poetry shell
, or prefix these commands with poetry run
python -m aoc.solutions.dayX.partY
pytest