add day 8 part one

This commit is contained in:
Dmitry Fedotov
2024-01-04 18:11:12 +03:00
parent 31b6a2fdbd
commit 1e2477c4f6
5 changed files with 960 additions and 0 deletions

10
day8/test_input2.txt Normal file
View File

@@ -0,0 +1,10 @@
LR
11A = (11B, XXX)
11B = (XXX, 11Z)
11Z = (11B, XXX)
22A = (22B, XXX)
22B = (22C, 22C)
22C = (22Z, 22Z)
22Z = (22B, 22B)
XXX = (XXX, XXX)