2018: d12: ex1: add input
This commit is contained in:
parent
264b4f325d
commit
9d1029ba74
34
2018/d12/ex1/input
Normal file
34
2018/d12/ex1/input
Normal file
|
@ -0,0 +1,34 @@
|
|||
initial state: #.#.#..##.#....#.#.##..##.##..#..#...##....###..#......###.#..#.....#.###.#...#####.####...#####.#.#
|
||||
|
||||
..#.. => .
|
||||
#...# => .
|
||||
.#... => #
|
||||
#.##. => .
|
||||
..#.# => #
|
||||
#.#.# => .
|
||||
###.. => #
|
||||
###.# => #
|
||||
..... => .
|
||||
....# => .
|
||||
.##.. => #
|
||||
##### => .
|
||||
####. => .
|
||||
..##. => .
|
||||
##.#. => #
|
||||
.#..# => #
|
||||
##..# => .
|
||||
.##.# => .
|
||||
.#### => #
|
||||
..### => .
|
||||
...## => #
|
||||
#..## => #
|
||||
#.... => .
|
||||
##.## => .
|
||||
#.#.. => .
|
||||
##... => .
|
||||
.#.## => #
|
||||
.###. => #
|
||||
...#. => .
|
||||
#.### => .
|
||||
#..#. => #
|
||||
.#.#. => .
|
Loading…
Reference in a new issue