Day12 part 1
This commit is contained in:
34
AdventOfCode2018/inputs/Day12.txt
Normal file
34
AdventOfCode2018/inputs/Day12.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
initial state: ##.#..#.#..#.####.#########.#...#.#.#......##.#.#...##.....#...#...#.##.#...##...#.####.##..#.#..#.
|
||||
|
||||
..#.. => .
|
||||
..#.# => .
|
||||
#.#.. => .
|
||||
.#..# => .
|
||||
#.... => .
|
||||
....# => .
|
||||
.#.#. => #
|
||||
#.### => .
|
||||
####. => .
|
||||
..... => .
|
||||
.#... => #
|
||||
##### => #
|
||||
.#### => .
|
||||
#..#. => #
|
||||
#...# => #
|
||||
.###. => .
|
||||
###.# => #
|
||||
...## => #
|
||||
#.##. => #
|
||||
.#.## => #
|
||||
##.#. => #
|
||||
...#. => .
|
||||
..### => #
|
||||
###.. => #
|
||||
##... => .
|
||||
..##. => .
|
||||
.##.# => .
|
||||
##.## => .
|
||||
.##.. => .
|
||||
##..# => #
|
||||
#.#.# => .
|
||||
#..## => #
|
||||
Reference in New Issue
Block a user