Skip to content

Porting scala-aoc-2017 to kotlin (to learn the language)

Notifications You must be signed in to change notification settings

rolandtritsch/kotlin-aoc-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Porting scala-aoc-2017 to kotlin (to learn the language)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages