Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
In this repository, the code tackles the 2021 puzzles.
./gradlew prepPuzzle -Pday=01
This task will create a package day01
in src
and test
, as well as create two files day01.input
and day01.input-sample
in resources
. Finally, it will create a Day01Puzzle.kt
in the src
package.
./gradlew build
./gradlew assemble
./gradlew detekt
./gradlew test