/AdventOfCodeKotlin

Solving Advent of Code Puzzles with Kotlin

Primary LanguageKotlinMIT LicenseMIT

Advent of Code in Kotlin

My solutions to Advent of Code using Kotlin.

Why

Because I think it could be a funny way to learn more about Kotlin.

How

Using Gradle with Kotlin plugin and commenting the code with the puzzle descriptions. Also, this is supposed to be a learning exercise, so I will use some Kotlin features for the sake of experimenting.