Learning with adventofcode.com
Implementation of exercises from adventofcode.com.
I've started learning python and those are implementations to get myself faimiliar with language syntax.
To run tests:
pipenv install
make test
To run single exercise
make -C year XX-exercise.py
for example:
make -C 2015 run-03
Summary
- 2015 - Completed
- 2016 - completed
- 2017 - Completed
- 2018 - NOT completed - need to take step back as I had like a year break from writting anyting in python.
- 2019 - NOT completed