AoC Day 8, Parts 1 and 2 (Solved)

This commit is contained in:
🐙PiperYxzzy
2023-12-08 11:12:37 +02:00
parent a79c01373b
commit e2a4106279
4 changed files with 925 additions and 0 deletions

9
2023/08/input-example.txt Executable 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)