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/activateUpdate and install project dependencies:
make bootstrapCheck solutions:
make testThis software is available under the following licenses: