My solutions to Advent of Code using Kotlin.
Because I think it could be a funny way to learn more about Kotlin.
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.
To run all tests:
gradle clean test
To run all solutions:
gradle