From 9d1029ba744d210bd9fc7a46e27939a698ec4b29 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 29 Dec 2024 22:03:18 -0500 Subject: [PATCH] 2018: d12: ex1: add input --- 2018/d12/ex1/input | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 2018/d12/ex1/input diff --git a/2018/d12/ex1/input b/2018/d12/ex1/input new file mode 100644 index 0000000..e13929b --- /dev/null +++ b/2018/d12/ex1/input @@ -0,0 +1,34 @@ +initial state: #.#.#..##.#....#.#.##..##.##..#..#...##....###..#......###.#..#.....#.###.#...#####.####...#####.#.# + +..#.. => . +#...# => . +.#... => # +#.##. => . +..#.# => # +#.#.# => . +###.. => # +###.# => # +..... => . +....# => . +.##.. => # +##### => . +####. => . +..##. => . +##.#. => # +.#..# => # +##..# => . +.##.# => . +.#### => # +..### => . +...## => # +#..## => # +#.... => . +##.## => . +#.#.. => . +##... => . +.#.## => # +.###. => # +...#. => . +#.### => . +#..#. => # +.#.#. => .