diff options
Diffstat (limited to '2018/input')
-rw-r--r-- | 2018/input/12.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/2018/input/12.txt b/2018/input/12.txt new file mode 100644 index 0000000..588d9dc --- /dev/null +++ b/2018/input/12.txt @@ -0,0 +1,34 @@ +initial state: ###.#..#..##.##.###.#.....#.#.###.#.####....#.##..#.#.#..#....##..#.##...#.###.#.#..#..####.#.##.# + +#.... => . +#.##. => # +..#.. => . +#.#.# => . +.#.## => # +...## => # +##... => # +###.. => # +#..## => . +.###. => . +###.# => # +..... => . +#..#. => . +.#.#. => # +##..# => # +.##.. => . +...#. => . +#.### => . +..### => . +####. => . +#.#.. => # +.##.# => # +.#... => # +##.#. => # +....# => . +..#.# => # +#...# => # +..##. => . +.#..# => # +.#### => . +##### => # +##.## => # |