Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 400 Bytes

README.adoc

File metadata and controls

26 lines (18 loc) · 400 Bytes

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