Input file for problem 12
This commit is contained in:
parent
a749e9f9bc
commit
69e541e250
34
src/Year_2018/files/P12.txt
Normal file
34
src/Year_2018/files/P12.txt
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
initial state: #.#.#..##.#....#.#.##..##.##..#..#...##....###..#......###.#..#.....#.###.#...#####.####...#####.#.#
|
||||||
|
|
||||||
|
..#.. => .
|
||||||
|
#...# => .
|
||||||
|
.#... => #
|
||||||
|
#.##. => .
|
||||||
|
..#.# => #
|
||||||
|
#.#.# => .
|
||||||
|
###.. => #
|
||||||
|
###.# => #
|
||||||
|
..... => .
|
||||||
|
....# => .
|
||||||
|
.##.. => #
|
||||||
|
##### => .
|
||||||
|
####. => .
|
||||||
|
..##. => .
|
||||||
|
##.#. => #
|
||||||
|
.#..# => #
|
||||||
|
##..# => .
|
||||||
|
.##.# => .
|
||||||
|
.#### => #
|
||||||
|
..### => .
|
||||||
|
...## => #
|
||||||
|
#..## => #
|
||||||
|
#.... => .
|
||||||
|
##.## => .
|
||||||
|
#.#.. => .
|
||||||
|
##... => .
|
||||||
|
.#.## => #
|
||||||
|
.###. => #
|
||||||
|
...#. => .
|
||||||
|
#.### => .
|
||||||
|
#..#. => #
|
||||||
|
.#.#. => .
|
Loading…
Reference in New Issue
Block a user