Advent of Code 2024 with Java.
To use this repository you will need:
- Java 22
- Maven 3.9.8
Download your puzzle input from Advent of Code and add the files to the resources
directory
with the format dayX.txt
where X
is the number of the day.
- Build code
mvn package
- Run compiled code
java -jar target/aoc-2024-1.0-SNAPSHOT.jar