Browse to src/test/kotlin/aoc2021
for the challenges by day.
To run the code of a day, execute
./gradlew test --tests aoc2021.day<N>.Day<N>
where <N>
is the number of the day you want to run.
Browse to src/test/kotlin/aoc2024
for the challenges by day.
To run the code of a day, execute
./gradlew test --tests aoc2024.day<N>.Day<N>
where <N>
is the number of the day you want to run.