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