This commit is contained in:
2023-12-08 17:10:35 -08:00
parent d5ee7282e9
commit d9980e3b33
10 changed files with 1844 additions and 0 deletions

9
08/test.txt Normal file
View File

@@ -0,0 +1,9 @@
RL
AAA = (BBB, CCC)
BBB = (DDD, EEE)
CCC = (ZZZ, GGG)
DDD = (DDD, DDD)
EEE = (EEE, EEE)
GGG = (GGG, GGG)
ZZZ = (ZZZ, ZZZ)