Skip to content

ephemient/aoc2019

 
 

Repository files navigation

my answers in Kotlin (see also Haskell branch, Python branch, and Rust branch)

This project builds with Gradle.

Run the JUnit 5 test suite:

./gradlew test

Run JMH benchmarks:

./gradlew jmh

Print solutions for the inputs provided in local data files:

./gradlew run

Generate Dokka API documentation:

./gradlew dokka

Run ktlint Kotlin linter:

./gradlew lintKotlin

Run Detekt static code analysis:

./gradlew detekt

Check for newer versions of dependencies:

./gradlew dependencyUpdates -Drevision=release