2023 Day 8 Complete

This commit is contained in:
2023-12-08 07:59:19 -06:00
parent 74145f8814
commit 41f62cb4d7
4 changed files with 858 additions and 0 deletions

5
2023/day08/testinput Normal file
View File

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