Skip to content

Commit

Permalink
day14p2 print at end
Browse files Browse the repository at this point in the history
  • Loading branch information
gamersi committed Dec 14, 2024
1 parent 5e89d61 commit 794fbf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions day14p2/solution.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func Solve(r io.Reader) any {
minStep = step
}
if minDoubleOccurences <= 1 {
printBoard(bots, boardWidth, boardHeight)
break
}
}
Expand Down

0 comments on commit 794fbf9

Please sign in to comment.