/adventofcode2018

Kotlin solutions for Advent of Code 2018

Primary LanguageKotlin

adventofcode2018

🎄 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.

How to run

Run with gradle run, solutions are printed to console. Set the current day as the main class in build.gradle.kts.

Thanks

Eric Wastl for creating Advent of Code

Todd Ginsberg for his excellent Kotlin Advent of Code blog posts