Skip to content

KenVanHoeylandt/Advent-of-Code-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2015

Introduction

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.

Commands

Building the jar file:

./gradlew jar

Running the jar file:

java -jar build/libs/AdventOfCode2015.jar [sessionToken] [day]

About

My Advent of Code 2015 solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages