My solutions for Advent of Code 2024 implemented in Java.
src/main/java/dayXX
- Contains solution for each daysrc/main/resources/dayXX
- Contains input files for each day's puzzle
This is a Maven project. To run:
- Clone the repository
- Build the project:
mvn clean package
- Run individual day solutions through their respective main methods
- Java 17
- Maven for build management
- Spotless for code formatting
Format code before committing:
mvn spotless:apply
- Day 1
- Day 2
- Day 3-25 (Coming Soon)