and `day1.kt` would have `package day1` at the top, and then define `fun part1()` and `fun part2()` ...
n
and
day1.kt
would have
package day1
at the top, and then define
fun part1()
and
fun part2()
along with any helpers