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

5
day8/test_input.txt Normal file
View File

@@ -0,0 +1,5 @@
LLR
AAA = (BBB, BBB)
BBB = (AAA, ZZZ)
ZZZ = (ZZZ, ZZZ)