Solutions to the advent of code 2019, written using python 3.7
- Python 100%
| day_01 | ||
| day_02 | ||
| day_03 | ||
| day_04 | ||
| day_05 | ||
| day_06 | ||
| day_07 | ||
| day_08 | ||
| day_09 | ||
| day_10 | ||
| .gitignore | ||
| README.md | ||
adventofcode2019
Solutions to the advent of code 2019, written using python 3.7
Unit tests exists where examples were given
Run unit tests from the directory for a given day with python -m unittest
To get answers from my input files run the individual part files