/advent-of-code-2020

let's overengineer this thing

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Advent of Code 2020 solutions

Build Status

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

Running a solution example:

python day1/solution.py

Tests:

pytest