Preparations for AdventOfCode section
This commit is contained in:
34
www/statics/aoc/2018/12_input.txt
Normal file
34
www/statics/aoc/2018/12_input.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
initial state: .##..#.#..##..##..##...#####.#.....#..#..##.###.#.####......#.......#..###.#.#.##.#.#.###...##.###.#
|
||||
|
||||
.##.# => #
|
||||
##.#. => #
|
||||
##... => #
|
||||
#.... => .
|
||||
.#..# => .
|
||||
#.##. => .
|
||||
.##.. => .
|
||||
.#.## => .
|
||||
###.. => .
|
||||
..##. => #
|
||||
##### => #
|
||||
#...# => #
|
||||
.#... => #
|
||||
###.# => #
|
||||
#.### => #
|
||||
##..# => .
|
||||
.###. => #
|
||||
...## => .
|
||||
..#.# => .
|
||||
##.## => #
|
||||
....# => .
|
||||
#.#.# => #
|
||||
#.#.. => .
|
||||
.#### => .
|
||||
...#. => #
|
||||
..### => .
|
||||
..#.. => #
|
||||
..... => .
|
||||
####. => .
|
||||
#..## => #
|
||||
.#.#. => .
|
||||
#..#. => #
|
||||
Reference in New Issue
Block a user