summaryrefslogtreecommitdiff
path: root/inputs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-12-12 08:10:20 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-12-12 08:10:20 +0200
commit9feeb45f130b497ae831bebbf87676ebf72348d7 (patch)
treedfdf49cd245cbce65f2a0b8fcea1737e79028167 /inputs
parent99a2f95c5e89ea0fcb2b8b5bbacc29376b85bcae (diff)
Day 11: Cellula automata
Diffstat (limited to 'inputs')
-rw-r--r--inputs/12.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/inputs/12.txt b/inputs/12.txt
new file mode 100644
index 0000000..6d801ae
--- /dev/null
+++ b/inputs/12.txt
@@ -0,0 +1,34 @@
+initial state: ###..#...####.#..###.....####.######.....##.#####.##.##..###....#....##...##...##.#..###..#.#...#..#
+
+.###. => .
+..#.. => .
+.#### => .
+.##.. => #
+#.#.# => .
+..#.# => #
+#.##. => #
+#...# => #
+..... => .
+##..# => #
+.#.#. => .
+..##. => #
+##.#. => .
+###.. => .
+.#... => #
+..### => .
+#..## => .
+...#. => .
+###.# => #
+.##.# => .
+.#.## => .
+....# => .
+##### => .
+#.#.. => #
+...## => #
+#.... => .
+#.### => #
+##... => #
+.#..# => .
+####. => .
+#..#. => #
+##.## => #