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"