(Mostly) Python tests and solutions for the 2015 puzzles. (Day 22 uses Kotlin.)
Other years' solutions:
- Install
pyenvandpipenv. - Run
pipenv install --ignore-pipfile. - Run
pipenv shell.
From within the day's folder, run pipenv run python <path/to/source>.py.
From within the 22Kotlin folder, run ./gradlew run.