/AdventOfCode2015

Python solutions to the 2015 Advent of Code puzzles.

Primary LanguagePython

Advent Of Code 2015

(Mostly) Python tests and solutions for the 2015 puzzles. (Day 22 uses Kotlin.)

Other years' solutions:

Instructions

Python Solutions

Setup

  • Install pyenv and pipenv.
  • Run pipenv install --ignore-pipfile.
  • Run pipenv shell.

Verifying Solutions

From within the day's folder, run pipenv run python <path/to/source>.py.

Kotlin Solution

Verifying Solutions

From within the 22Kotlin folder, run ./gradlew run.