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