/aoc_2021

Advent of code 2021

Primary LanguagePython

Advent of Code 2021

My answers to the Advent of Code challenge 2021!

Installation

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

Running

python day[XX].py

Testing

pytest