/advent-of-code-2021

This is my repository for the Advent of Code puzzles.

Primary LanguagePythonThe UnlicenseUnlicense

advent-of-code-2021

This is my repository for the Advent of Code puzzles.

Installing

python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt