My solutions to Advent of Code 2019.
Everything is written in Python.
Execute python day1.py
to calculate both part 1 and part 2 for day 1.
Execute python day2.py
to calculate both part 1 and part 2 for day 2.
Run pip install -r requirements.txt
to install the required packages
to be able to execute all scripts.
Run pytest
to execute all tests.