summaryrefslogtreecommitdiff
path: root/Day11.lean
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2024-09-19 20:25:36 +0200
committerAndreas Grois <andi@grois.info>2024-09-19 20:25:36 +0200
commit41231274d7e5466c89e24414bf567accf5bb2760 (patch)
tree67e709297ec4a7304d22936eee99e3bfebded457 /Day11.lean
parente51fe8383dd629470d3468ed37a9dba09c881b6b (diff)
Day11: Comment out test code
Diffstat (limited to 'Day11.lean')
-rw-r--r--Day11.lean32
1 files changed, 16 insertions, 16 deletions
diff --git a/Day11.lean b/Day11.lean
index c8ba675..32b877c 100644
--- a/Day11.lean
+++ b/Day11.lean
@@ -142,19 +142,19 @@ instance : Part ⟨11,_⟩ Parts.Two (ι := TelescopePicture) (ρ := Nat) where
------------------------------------------------------------------------------------------
-private def testData := "
-...#......
-.......#..
-#.........
-..........
-......#...
-.#........
-.........#
-..........
-.......#..
-#...#.....
-"
-
-#eval
- let data := DayPart.Parse.parse ⟨11,_⟩ testData
- data.map (part (1000000 - 1))
+--private def testData := "
+--...#......
+--.......#..
+--#.........
+--..........
+--......#...
+--.#........
+--.........#
+--..........
+--.......#..
+--#...#.....
+--"
+
+--#eval
+-- let data := DayPart.Parse.parse ⟨11,_⟩ testData
+-- data.map (part (1000000 - 1))