🎄 Kotlin solutions to Advent of Code 2018, with minimal use of external libraries. 🎄
These were completed as a Kotlin learning exercise, so don't expect idiomatic Kotlin.
Run with gradle run
, solutions are printed to console. Set the current day as the main class in
build.gradle.kts
.
Eric Wastl for creating Advent of Code
Todd Ginsberg for his excellent Kotlin Advent of Code blog posts