Skip to content

Commit 3f3d57f

Browse files
fix(2018 day-12): correct input
1 parent 51c3b30 commit 3f3d57f

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

2018/day-12/input.txt

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
1+
.#### => .
2+
...#. => .
3+
.##.. => #
4+
#.##. => .
5+
#..## => .
6+
##### => #
7+
####. => #
8+
.##.# => #
9+
#.### => .
110
...## => #
2-
..#.. => #
3-
.#... => #
4-
.#.#. => #
511
.#.## => #
6-
.##.. => #
7-
.#### => #
8-
#.#.# => #
9-
#.### => #
10-
##.#. => #
12+
#..#. => #
13+
#.#.. => #
14+
.###. => #
1115
##.## => #
16+
##..# => .
17+
.#... => #
18+
###.# => .
19+
..##. => .
20+
..... => .
1221
###.. => #
13-
###.# => #
14-
####. => #
22+
..#.# => .
23+
.#..# => #
24+
##... => #
25+
#.... => .
26+
##.#. => .
27+
..#.. => #
28+
....# => .
29+
#...# => .
30+
#.#.# => #
31+
..### => .
32+
.#.#. => #

0 commit comments

Comments
 (0)