We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c3b30 commit 3f3d57fCopy full SHA for 3f3d57f
2018/day-12/input.txt
@@ -1,14 +1,32 @@
1
+.#### => .
2
+...#. => .
3
+.##.. => #
4
+#.##. => .
5
+#..## => .
6
+##### => #
7
+####. => #
8
+.##.# => #
9
+#.### => .
10
...## => #
-..#.. => #
-.#... => #
-.#.#. => #
11
.#.## => #
-.##.. => #
-.#### => #
-#.#.# => #
-#.### => #
-##.#. => #
12
+#..#. => #
13
+#.#.. => #
14
+.###. => #
15
##.## => #
16
+##..# => .
17
+.#... => #
18
+###.# => .
19
+..##. => .
20
+..... => .
21
###.. => #
-###.# => #
-####. => #
22
+..#.# => .
23
+.#..# => #
24
+##... => #
25
+#.... => .
26
+##.#. => .
27
+..#.. => #
28
+....# => .
29
+#...# => .
30
+#.#.# => #
31
+..### => .
32
+.#.#. => #
0 commit comments