Prepare for other years
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package be.vandewalleh.aoc.days
|
||||
|
||||
import be.vandewalleh.aoc.utils.factory.createDay
|
||||
|
||||
fun main() = with(createDay<Day25>()) {
|
||||
println(part1())
|
||||
}
|
||||
Reference in New Issue
Block a user