Skip to content

mnohe/advent_of_code_2021

Repository files navigation

Advent of Code 2021

Java CI with Maven

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

About

Advent of Code, 2021 edition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages