Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zebalu/aoc-2015
- Owner: zebalu
- License: apache-2.0
- Created: 2021-11-30T22:51:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T18:44:06.000Z (about 3 years ago)
- Last Synced: 2024-04-24T12:18:32.623Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2015, aoc-2015, aoc2015, christmas, fun
- Language: Java
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc-2015
## Advent of Code 2015 Java 17following 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