Day 9 Completed

put example_input.txt back in repos, for unittest purposes
This commit is contained in:
2023-12-09 09:35:56 +01:00
parent 7b73d8402a
commit f641fbac07
10 changed files with 167 additions and 2 deletions

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