🎄⌨️ Advent of Code 2018

Check-in [f3ec8e]
Overview
Comment:Add Day 12 input and examples
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f3ec8ed1740e2caa55bb90174c8f0e84be11a5e0edb5a08356d921c7082cd668
User & Date: joel on 2018-12-18 01:39:55
Other Links: manifest | tags
Context
2018-12-18
17:49
Add Day 12 solutions check-in: ba58f1 user: joel tags: trunk
01:39
Add Day 12 input and examples check-in: f3ec8e user: joel tags: trunk
2018-12-17
02:04
Add Day 11 solutions check-in: 93400b user: joel tags: trunk
Changes

Added day12-example.txt version [e2d5f3].

































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
initial state: #..#.#..##......###...###

...## => #
..#.. => #
.#... => #
.#.#. => #
.#.## => #
.##.. => #
.#### => #
#.#.# => #
#.### => #
##.#. => #
##.## => #
###.. => #
###.# => #
####. => #

Added day12-input.txt version [835a07].





































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
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
initial state: .#..##..#.....######.....#....####.##.#.#...#...##.#...###..####.##.##.####..######......#..##.##.##

#.... => .
.##.# => #
#..## => .
....# => .
###.# => #
...#. => #
#...# => #
#.### => .
.#... => #
...## => .
..### => .
####. => .
##.## => .
..##. => .
.#.## => #
#..#. => #
..... => .
#.#.. => .
##.#. => #
.#### => #
##### => .
#.##. => #
.#..# => #
##... => .
..#.# => #
##..# => #
.###. => .
.#.#. => #
#.#.# => #
###.. => .
.##.. => .
..#.. => .