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

10
2023/day08/testinput2 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)