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 :)
- 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
- Navigate to top-level directory on the command line
- Run
./gradlew test
- Add
--info
,--debug
or--stacktrace
flags for more output