Advent of Code is an Advent calendar of small programming puzzles created by Eric Wastl. This repository contains some of my solutions for those puzzles.
- To run Python code:
python3 -m aoc.<YEAR>.day<DAY>
from the repo root - Optional (if you have Poetry installed):
poetry run python -m aoc.<YEAR>.day<DAY>
It is also possible to use the aoc
console script of advent-of-code-data to run and compare all the answers: