Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zebalu/aoc-2015

Advent of Code 2015 Java 17
https://github.com/zebalu/aoc-2015

advent-of-code advent-of-code-2015 aoc-2015 aoc2015 christmas fun

Last synced: 7 days ago
JSON representation

Advent of Code 2015 Java 17

Awesome Lists containing this project

README

        

# aoc-2015
## Advent of Code 2015 Java 17

following rules:
* every file is runnable on its own (so if you are not familiar with compiling than executin java, you can stand next to the file and execute like: `java NotQuiteLisp.java`)
* if you plan to use the gradle build script the resulting applicaition reads data from the resources (replace it in your jar / prebuild to your input, if you want to see your numbers)
* if you run the bare classes (first point), then replace the `INPUT` String to your input. (Keep in mind: indentation is key here)

this was fun