[TASK] Solved day 8, but it wasn't easy

This commit is contained in:
2023-12-11 23:06:00 +01:00
parent 4b79613e19
commit d1a50a8d18
4 changed files with 894 additions and 2 deletions

9
input/day08_example.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)