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.
Create a lightweight virtual environment, don't pollute your system libraries:
python3 -m venv .venv
source .venv/bin/activate
Update and install project dependencies:
make bootstrap
Check solutions:
make test
This software is available under the following licenses: