mirror of
https://github.com/Crocmagnon/advent-of-code.git
synced 2025-03-14 05:44:03 +01:00
5 lines
56 B
Text
5 lines
56 B
Text
LLR
|
|
|
|
AAA = (BBB, BBB)
|
|
BBB = (AAA, ZZZ)
|
|
ZZZ = (ZZZ, ZZZ)
|