simonorono / aoc2015

Solutions for Advent of Code, 2015.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code — 2015

Running the code

First download all inputs.

$ ./gradlew run --args "download-input <insert here your session cookie value>"

Then you can run the solutions:

$ ./gradlew run --args "run"

To run an specific day of the year:

$ ./gradlew run --args "run --day 3"

About

Solutions for Advent of Code, 2015.

License:MIT License


Languages

Language:Kotlin 100.0%