This repository contains solutions for Advent of Code 2015.
All solutions are implemented in Java 8 with the Bolts Framework.
Assignment data is cached within the project.
The Framework either retrieves the local data (if available) or otherwise retrieves the data from the server.
If you want to use the framework for your own assignments, make sure to delete all contents of the data/
folder.
Building the jar file:
./gradlew jar
Running the jar file:
java -jar build/libs/AdventOfCode2015.jar [sessionToken] [day]