mirror of
https://github.com/plasmaofthedawn/adventofcode.git
synced 2025-08-25 18:42:04 -05:00
initial commit
This commit is contained in:
20
resources/2023/day8sample2.txt
Normal file
20
resources/2023/day8sample2.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
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)
|
||||
33A = (33Z, XXX)
|
||||
33Z = (XXX, 33A)
|
||||
44A = (44B, XXX)
|
||||
44B = (XXX, 44C)
|
||||
44C = (44Z, XXX)
|
||||
44Z = (XXX, 44C)
|
||||
55A = (55B, XXX)
|
||||
55B = (XXX, 55Z)
|
||||
55Z = (55C, XXX)
|
||||
55C = (XXX, 55Z)
|
Reference in New Issue
Block a user