mirror of
https://github.com/Crocmagnon/advent-of-code.git
synced 2025-01-22 13:13:36 +01:00
6 lines
56 B
Text
6 lines
56 B
Text
|
LLR
|
||
|
|
||
|
AAA = (BBB, BBB)
|
||
|
BBB = (AAA, ZZZ)
|
||
|
ZZZ = (ZZZ, ZZZ)
|