Skip to content

Commit 4a7ffcc

Browse files
committed
Clean-up Day 18 - Puzzle 2
1 parent f146b9e commit 4a7ffcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solutions/day_18.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def sim!
4949
r = (0...@corruptions.size)
5050

5151
result = r.bsearch do |corruption_index|
52-
puts "BSearching #{corruption_index} - #{@corruptions[corruption_index].join(',')}"
52+
# puts "BSearching #{corruption_index} - #{@corruptions[corruption_index].join(',')}"
5353
@grid = Array.new(@rows) { Array.new(@cols, '.') }
5454
rain_corruption!(corruption_index)
5555
run! == Float::INFINITY

0 commit comments

Comments
 (0)