mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Part two is going to take 31 hours of computation, so I might need to improve that.
35 lines
469 B
Plaintext
35 lines
469 B
Plaintext
initial state: ####....#...######.###.#...##....#.###.#.###.......###.##..##........##..#.#.#..##.##...####.#..##.#
|
|
|
|
..#.. => .
|
|
#.#.# => #
|
|
#.### => #
|
|
.##.. => .
|
|
#.#.. => #
|
|
.#.#. => #
|
|
.###. => #
|
|
.#### => #
|
|
##... => #
|
|
#.##. => #
|
|
#..## => #
|
|
....# => .
|
|
###.# => .
|
|
##### => #
|
|
..... => .
|
|
..#.# => .
|
|
.#... => #
|
|
##.#. => .
|
|
.#.## => #
|
|
..##. => .
|
|
#...# => .
|
|
##.## => #
|
|
...#. => .
|
|
#..#. => .
|
|
..### => .
|
|
.##.# => .
|
|
#.... => .
|
|
.#..# => #
|
|
####. => .
|
|
...## => #
|
|
##..# => .
|
|
###.. => .
|