Skip to content

Commit 5baa51f

Browse files
committed
start with 2 example files
1 parent a2b430b commit 5baa51f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/kotlin/Setup.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Setup {
2626
dir.mkdir()
2727
}
2828

29-
createIfNotExists(dir.absolutePath + "/example.in")
29+
createIfNotExists(dir.absolutePath + "/example.in1")
3030
createIfNotExists(dir.absolutePath + "/example.check1")
3131

3232
copyCodeFromSampleToPart1(stringDayNumber)
@@ -38,6 +38,7 @@ class Setup {
3838
val stringDayNumber = "%02d".format(dayNumber)
3939
val dir = File("puzzles/" + stringDayNumber)
4040

41+
createIfNotExists(dir.absolutePath + "/example.in2")
4142
createIfNotExists(dir.absolutePath + "/example.check2")
4243
copyCodeFromPart1ToPart2(stringDayNumber)
4344
}

0 commit comments

Comments
 (0)