/advent-of-code-2020

My solutions for Advent of Code 2020

Primary LanguageKotlinThe UnlicenseUnlicense

My solutions for Advent of Code 2020.

They are meant to be run through kscript, passing the name of the input file like so:

kscript scr/main/kotlin/01.kts 01_input

Written for Kotlin 1.4 and kscript 3.0. Add Gradle 6.7 so IDEA 2020.3 gets its act together.

Note: Due to kscript#296, not all files can be run with a plain kscript command. As a workaround, use IDEA or copy functions from shared.kt to remove the include directive.