2018 day 12 complete
This commit is contained in:
parent
7bab2084eb
commit
f6e6bd69c7
6 changed files with 221 additions and 41 deletions
16
2018/12/test.txt
Normal file
16
2018/12/test.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
initial state: #..#.#..##......###...###
|
||||
|
||||
...## => #
|
||||
..#.. => #
|
||||
.#... => #
|
||||
.#.#. => #
|
||||
.#.## => #
|
||||
.##.. => #
|
||||
.#### => #
|
||||
#.#.# => #
|
||||
#.### => #
|
||||
##.#. => #
|
||||
##.## => #
|
||||
###.. => #
|
||||
###.# => #
|
||||
####. => #
|
Loading…
Add table
Add a link
Reference in a new issue