https://github.com/ilevn/aochelper
A small project template for Java Advent of Code solutions
https://github.com/ilevn/aochelper
Last synced: about 1 month ago
JSON representation
A small project template for Java Advent of Code solutions
- Host: GitHub
- URL: https://github.com/ilevn/aochelper
- Owner: ilevn
- License: gpl-3.0
- Created: 2020-12-01T14:28:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T15:47:25.000Z (over 3 years ago)
- Last Synced: 2025-02-15T17:48:24.258Z (3 months ago)
- Language: Java
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AocHelper
AocHelper is a small template project that helps you with setting up your ideal Java environment
for all Advent of Code puzzles.It provides functionality for automatically fetching puzzle input and helps with parsing it.
## Getting started
In order to get started, simply create a `config.properties` file at the project root with `secret=your session cookie`.
The session cookie can be obtained by visiting [Advent Of Code]("https://adventofcode.com/") and copying
it from the network tab of your preferred browser.A sample solution for the (non-existent) day 0 can be found at `src/main/java/year2020/Day0.java`.
## Licence
AocHelper is free software: you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.