Added older advents
This commit is contained in:
parent
8db2505049
commit
9cf858b860
78 changed files with 13807 additions and 0 deletions
34
advent_of_code_2018/day12/input.in
Normal file
34
advent_of_code_2018/day12/input.in
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
initial state: ##.######...#.##.#...#...##.####..###.#.##.#.##...##..#...##.#..##....##...........#.#.#..###.#
|
||||
|
||||
.###. => #
|
||||
#.##. => .
|
||||
.#.## => #
|
||||
...## => .
|
||||
###.# => #
|
||||
##.## => .
|
||||
..... => .
|
||||
#..#. => #
|
||||
..#.. => #
|
||||
#.### => #
|
||||
##.#. => .
|
||||
..#.# => #
|
||||
#.#.# => #
|
||||
.##.# => #
|
||||
.#..# => #
|
||||
#..## => #
|
||||
##..# => #
|
||||
#...# => .
|
||||
...#. => #
|
||||
##### => .
|
||||
###.. => #
|
||||
#.#.. => .
|
||||
....# => .
|
||||
.#### => #
|
||||
..### => .
|
||||
..##. => #
|
||||
.##.. => .
|
||||
#.... => .
|
||||
####. => #
|
||||
.#.#. => .
|
||||
.#... => #
|
||||
##... => #
|
||||
Loading…
Add table
Add a link
Reference in a new issue