Solutions for AoC puzzles written in Java.
| years |
|---|
| 2025 |
-
Download the real input from the AoC website
-
Save it as e.g.
input.txtin the correspondingresourcesfolder -
Run the following command in the terminal (e.g. for year 2025 day 01 part 1)
./gradlew run --args='2025 01 1 input.txt' -
If no argument is passed the program will use
test-input.txt