Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 728 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 728 Bytes

Advent of Code (2021)

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.

Quickstart

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

License

This software is available under the following licenses: