Advent of code Code for advent of code in Kotlin Run Code ./gradlew run --args="-y 2020 -d 1" Native Image A native image can be build with GraalVM ./gradlew nativeCompile The native image wil be available at build/native/nativeCompile/advent-of-code ./build/native/nativeCompile/advent-of-code -y2020 -d1