Non-working, archival purpose

This commit is contained in:
2023-12-08 23:46:47 +01:00
parent ab1ca11011
commit 810b3b945a
4 changed files with 106 additions and 1 deletions

9
inputs/day08_test_input 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)