about summary refs log tree commit diff
path: root/day12
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-11-28 17:38:10 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-11-28 17:38:10 +0100
commite12436c99bb04897d6344b6351d0336e4c627573 (patch)
tree74f8afb9de5d2a466e5fe6225df3661e1280519e /day12
parent05050c3b5e20d5d475894788df6c31f867d2c51a (diff)
downloadadventofcode2018-e12436c99bb04897d6344b6351d0336e4c627573.tar.gz
adventofcode2018-e12436c99bb04897d6344b6351d0336e4c627573.tar.xz
adventofcode2018-e12436c99bb04897d6344b6351d0336e4c627573.zip
add rest HEAD master
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: ##.####..####...#.####..##.#..##..#####.##.#..#...#.###.###....####.###...##..#...##.#.#...##.##..
+
+##.## => #
+....# => .
+.#.#. => #
+..### => .
+##... => #
+##### => .
+###.# => #
+.##.. => .
+..##. => .
+...## => #
+####. => .
+###.. => .
+.#### => #
+#...# => #
+..... => .
+..#.. => .
+#..## => .
+#.#.# => #
+.#.## => #
+.###. => .
+##..# => .
+.#... => #
+.#..# => #
+...#. => .
+#.#.. => .
+#.... => .
+##.#. => .
+#.### => .
+.##.# => .
+#..#. => #
+..#.# => .
+#.##. => #