diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2018-12-12 11:58:50 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2018-12-12 11:58:50 +0100 |
commit | 7a15bcbeb8a86f3202ae55ca610384991806e443 (patch) | |
tree | 318ef84b6c2196952a49f89d4fc497369d31142b /2018/input | |
parent | 46640ec717810091d4fa1d74167c01793c48c059 (diff) |
Day 12
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: ###.#..#..##.##.###.#.....#.#.###.#.####....#.##..#.#.#..#....##..#.##...#.###.#.#..#..####.#.##.# + +#.... => . +#.##. => # +..#.. => . +#.#.# => . +.#.## => # +...## => # +##... => # +###.. => # +#..## => . +.###. => . +###.# => # +..... => . +#..#. => . +.#.#. => # +##..# => # +.##.. => . +...#. => . +#.### => . +..### => . +####. => . +#.#.. => # +.##.# => # +.#... => # +##.#. => # +....# => . +..#.# => # +#...# => # +..##. => . +.#..# => # +.#### => . +##### => # +##.## => # |