AoC 2021 solutions in Kotlin (JVM) See AoC 2021 for puzzles. Inputs are usually defined in input files in src/main/resources/ (i{nn}.txt wheren {nn} is 0-padded day number). To run all, use ./gradlew run (or gradlew.bat run on Windows)