Skip to content

My solutions to Advent of Code 2021 in Python ๐Ÿ ๐ŸŽ„

License

Notifications You must be signed in to change notification settings

rudisimo/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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: