Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 930 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 930 Bytes

Advent of Code in Kotlin

Build Status codecov.io

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.

Running

To run all tests:

gradle clean test

To run all solutions:

gradle