Complete day 8
This commit is contained in:
parent
ceaf7c8735
commit
f8ad0585c7
4 changed files with 896 additions and 0 deletions
day8
9
day8/test2
Normal file
9
day8/test2
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue