Skip to content

marcospereira/AdventOfCodeKotlin

Repository files navigation

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

About

Solving Advent of Code Puzzles with Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages