aboutsummaryrefslogtreecommitdiff
path: root/day12/input
diff options
context:
space:
mode:
Diffstat (limited to 'day12/input')
-rw-r--r--day12/input34
1 files changed, 34 insertions, 0 deletions
diff --git a/day12/input b/day12/input
new file mode 100644
index 0000000..db5b30b
--- /dev/null
+++ b/day12/input
@@ -0,0 +1,34 @@
+initial state: #....#.#....#....#######..##....###.##....##.#.#.##...##.##.#...#..###....#.#...##.###.##.###...#..#
+
+#..#. => #
+#...# => #
+.##.# => #
+#.... => .
+..#.. => .
+#.##. => .
+##... => #
+##.#. => #
+.#.## => #
+.#.#. => .
+###.. => .
+#..## => .
+###.# => .
+...## => .
+#.#.. => #
+..... => .
+##### => #
+..### => .
+..#.# => #
+....# => .
+...#. => #
+####. => #
+.#... => #
+#.#.# => #
+.##.. => #
+..##. => .
+##..# => .
+.#..# => #
+##.## => #
+.#### => .
+.###. => #
+#.### => .