Skip to content

shabbirahmed5/AdventOfCode2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python solutions to the 2015 Advent of Code puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.3%
  • Kotlin 11.7%