/AoC2021

Challenge solutions for Advent of Code!

Primary LanguageJavaApache License 2.0Apache-2.0

See my 2020 and 2022 solutions at SwanX1/AoC2020 and SwanX1/AoC2022 respectively!

To run the solutions, use gradle:

$ ./gradlew run --args="<day>"

Solution inputs are in src/main/resources/day<day>.txt.