Participating in Advent of Code for funsies
Unless otherwise specified in the corresponding year's README, to run the scripts, use terminal:
kotlinc -script 1.kts
To specify an input,
kotlinc -script 1.kts <file name of input>
If you don't have the Kotlin compiler, you can get it from here