Awesome
Advent of Code with Java
Java solutions for Advent of Code challenges. The purpose of this repository is to have fun while solving AoC challenges.
Use your puzzle documents
If you want to change the inputs with your puzzle input, change the contents of the files from
src/main/resources/year{number}/day{number}/input.txt
.
Dependencies
- Java 17
- Junit 5
- Maven 3.8.7 (Wrapper provided)