Java solutions for Advent of Code challenges. The purpose of this repository is to have fun while solving AoC challenges.
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
.
- Java 17
- Junit 5
- Maven 3.8.7 (Wrapper provided)