aoc-2018-python

Advent of Code 2018 Solutions in Python
git clone https://git.sinitax.com/sinitax/aoc-2018-python
Log | Files | Refs | README | sfeed.txt

input (469B)


      1initial state: ##..#.#.#..##..#..##..##..#.#....#.....##.#########...#.#..#..#....#.###.###....#..........###.#.#..
      2
      3..##. => .
      4..... => .
      5##..# => .
      6...#. => .
      7#.... => .
      8...## => #
      9.#.#. => .
     10#..#. => #
     11##.#. => .
     12#..## => .
     13..#.. => .
     14#.#.# => .
     15###.# => .
     16###.. => .
     17.#... => #
     18.##.# => .
     19##... => #
     20..### => .
     21####. => .
     22#...# => #
     23.#..# => #
     24##### => #
     25..#.# => #
     26.#.## => #
     27#.### => .
     28....# => .
     29.###. => .
     30.#### => #
     31.##.. => .
     32##.## => #
     33#.##. => #
     34#.#.. => #