Files
advent-of-code-2023/day8/test_input2.txt

11 lines
140 B
Plaintext
Raw Permalink Normal View History

2024-01-04 18:11:12 +03:00
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)