diff --git a/day14p2/solution.go b/day14p2/solution.go index 08ebc3c..78f4e5d 100644 --- a/day14p2/solution.go +++ b/day14p2/solution.go @@ -55,6 +55,7 @@ func Solve(r io.Reader) any { minStep = step } if minDoubleOccurences <= 1 { + printBoard(bots, boardWidth, boardHeight) break } }