about summary refs log tree commit diff
path: root/day12
diff options
context:
space:
mode:
Diffstat (limited to 'day12')
-rw-r--r--day1234
1 files changed, 34 insertions, 0 deletions
diff --git a/day12 b/day12
new file mode 100644
index 0000000..1ca818c
--- /dev/null
+++ b/day12
@@ -0,0 +1,34 @@
+initial state: ##.####..####...#.####..##.#..##..#####.##.#..#...#.###.###....####.###...##..#...##.#.#...##.##..
+
+##.## => #
+....# => .
+.#.#. => #
+..### => .
+##... => #
+##### => .
+###.# => #
+.##.. => .
+..##. => .
+...## => #
+####. => .
+###.. => .
+.#### => #
+#...# => #
+..... => .
+..#.. => .
+#..## => .
+#.#.# => #
+.#.## => #
+.###. => .
+##..# => .
+.#... => #
+.#..# => #
+...#. => .
+#.#.. => .
+#.... => .
+##.#. => .
+#.### => .
+.##.# => .
+#..#. => #
+..#.# => .
+#.##. => #