Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
This project contains all of my attempts at finishing the Advent of Code calendar each year.
Create a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -U pip setuptools
python3 -m pip install -e '.[test]'
Check all answers for 2024:
python3 -m pytest --cov=. -k 2024
Licensed under the MIT license.