Skip to content

Commit d6dae59

Browse files
committed
Day 22 benchmarking
1 parent 963b6b5 commit d6dae59

File tree

2 files changed

+1162
-3
lines changed

2 files changed

+1162
-3
lines changed

day22.html

+1,159
Large diffs are not rendered by default.

src/Day22.hs

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ part1' lines =
7575
sortedBricks = sortBricks bricks
7676
(fallenState, supportingBricks) = makeBricksFall sortedBricks
7777
safeToDisintegrate = length bricks - (Set.size supportingBricks) in do
78-
print fallenState
79-
print supportingBricks
80-
putStrLn "-------------------"
78+
-- print fallenState
79+
-- print supportingBricks
80+
-- putStrLn "-------------------"
8181
print safeToDisintegrate
8282

8383

0 commit comments

Comments
 (0)