/aoc-2018

Advent of Code 2018

Primary LanguageKotlinCreative Commons Zero v1.0 UniversalCC0-1.0

aoc-2018

Attempts at Advent of Code 2018 in Kotlin, trying as hard as possible to stay functional and lazy. Project layout and structure is based on my aoc-kotlin-starter project. See below for how to run the project :)

Running

  • Navigate to top-level directory on the command line
  • Run ./gradlew run to run all days
  • Run ./gradlew run --args $DAY where $DAY is an integer to run a specific day

Testing

  • Navigate to top-level directory on the command line
  • Run ./gradlew test
  • Add --info, --debug or --stacktrace flags for more output