Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 818 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 818 Bytes

Advent of Code

Python Package

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.

Quickstart

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

License

Licensed under the MIT license.