diff options
| author | Andreas Grois <andi@grois.info> | 2024-09-19 20:25:36 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-09-19 20:25:36 +0200 |
| commit | 41231274d7e5466c89e24414bf567accf5bb2760 (patch) | |
| tree | 67e709297ec4a7304d22936eee99e3bfebded457 /Day11.lean | |
| parent | e51fe8383dd629470d3468ed37a9dba09c881b6b (diff) | |
Day11: Comment out test code
Diffstat (limited to 'Day11.lean')
| -rw-r--r-- | Day11.lean | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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)) |
