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