My participation in the 2021 edition of Advent of Code.
To code the solution for a new puzzle, please use the following command, remembering to set the desired DAY
:
DAY=0 mvn archetype:generate \
-DarchetypeGroupId=com.nohex.aoc \
-DarchetypeArtifactId=maven-archetype \
-DarchetypeVersion=1.0.0 \
-DgroupId=com.nohex.aoc \
-Dversion=2021.0-SNAPSHOT \
-DartifactId=day${DAY} \
-DinteractiveMode=false