Skip to content

Commit 48587a8

Browse files
shalva97hsz
authored andcommitted
switch to println extension
1 parent 4289c2f commit 48587a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Day01.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ fun main() {
1212
check(part1(testInput) == 1)
1313

1414
val input = readInput("Day01")
15-
println(part1(input))
16-
println(part2(input))
15+
part1(input).println()
16+
part2(input).println()
1717
}

0 commit comments

Comments
 (0)