Advent of Code - 2017 (Kotlin Edition)
Note: There are implementations of this in Scala (JVM and native), Kotlin, Haskell and Eta. If you like any of these ... star it :).
To make this work you need to ...
- clone the repo
- install kotlin
- install gradle
- run
gradle build
- run
gradle test
- run
gradle run
If you want to develop something ...
- run
gradle test --continuous
- Note: If one of the tests is failing, you will see a stacktrace, but the build will still be successful.