https://adventofcode.com/2021/
- Kotlin 1.6
- Gradle 7
- JUnit 5
- JDK 12
Simply execute following command:
./gradlew run -Pday=42
Simply execute following command:
./gradlew newDay -Pday=42
Fails if provided day is already initialized.
Simply execute one of the following commands:
./gradlew test
./gradlew test --tests com.adventofcode.day1.Day1Test