mirror of
https://github.com/wezm/advent-of-code.git
synced 2024-11-10 01:42:33 +00:00
7 lines
57 B
Text
7 lines
57 B
Text
|
LLR
|
||
|
|
||
|
AAA = (BBB, BBB)
|
||
|
BBB = (AAA, ZZZ)
|
||
|
ZZZ = (ZZZ, ZZZ)
|
||
|
|