File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55// project meta data
66group ' de.havox_design.aoc2015'
7- version ' 0.9.3 '
7+ version ' 0.9.4 '
88
99// Switch to gradle "all" distribution.
1010wrapper {
Original file line number Diff line number Diff line change @@ -15,3 +15,11 @@ For example:
1515* ` 111221 ` becomes ` 312211 ` (three ` 1 ` s, two ` 2 ` s, and one ` 1 ` ).
1616
1717Starting with the digits in your puzzle input, apply this process ` 40 ` times. What is ** the length of the result** ?
18+
19+ # Part Two
20+ Neat, right? You might also enjoy hearing
21+ [ John Conway talking about this sequence] ( https://www.youtube.com/watch?v=ea7lJkEhytA ) (that's Conway of ** Conway's Game
22+ of Life** fame).
23+
24+ Now, starting again with the digits in your puzzle input, apply this process ` 50 ` times. What is ** the length of the
25+ new result** ?
You can’t perform that action at this time.
0 commit comments