Solutions to the advent of code 2020 puzzles.
You will find the solutions for each day in the puzzles
folder.
In order to install the required dependencies, please run
conda env create -f environment.yml
and afterwards activate the conda environment
conda activate aoc
You can run the tests via
pytest tests