Skip to content

Commit

Permalink
2023 - Day 21 - comment out.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmmr committed Dec 23, 2023
1 parent 3da0521 commit 9230504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/rodland/advent_2023/Day21.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Day21(val input: List<String>) : Day<Int, Long, Map<Pos, Char>> {


override fun partTwo(): Long {
println(solvePart2())
// println(solvePart2())
return 2
}

Expand Down

0 comments on commit 9230504

Please sign in to comment.