mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement part 1 of day 12.
Part two is going to take 31 hours of computation, so I might need to improve that.
This commit is contained in:
34
2018/inputs/12.txt
Normal file
34
2018/inputs/12.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
initial state: ####....#...######.###.#...##....#.###.#.###.......###.##..##........##..#.#.#..##.##...####.#..##.#
|
||||
|
||||
..#.. => .
|
||||
#.#.# => #
|
||||
#.### => #
|
||||
.##.. => .
|
||||
#.#.. => #
|
||||
.#.#. => #
|
||||
.###. => #
|
||||
.#### => #
|
||||
##... => #
|
||||
#.##. => #
|
||||
#..## => #
|
||||
....# => .
|
||||
###.# => .
|
||||
##### => #
|
||||
..... => .
|
||||
..#.# => .
|
||||
.#... => #
|
||||
##.#. => .
|
||||
.#.## => #
|
||||
..##. => .
|
||||
#...# => .
|
||||
##.## => #
|
||||
...#. => .
|
||||
#..#. => .
|
||||
..### => .
|
||||
.##.# => .
|
||||
#.... => .
|
||||
.#..# => #
|
||||
####. => .
|
||||
...## => #
|
||||
##..# => .
|
||||
###.. => .
|
||||
Reference in New Issue
Block a user