See https://adventofcode.com/2021, https://kotlinlang.org/.
See also "the official GitHub template" by JetBrains.
Grab your advent of code session cookie from the browser (the internet will help you)
and store it in an env var AOC_SESSION
. Then cd
into ./input
and run ./get_input <number of the day>
.
Code format is checked by ktlint via the Spotless plugin for Gradle
Format the code using ./gradlew spotlessApply
.