Complete day 8

This commit is contained in:
Tristan Daniël Maat 2023-12-08 19:22:35 +01:00
parent ceaf7c8735
commit f8ad0585c7
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 896 additions and 0 deletions
day8

9
day8/test2 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)