mirror of
https://github.com/plasmaofthedawn/adventofcode.git
synced 2025-08-31 20:22:03 -05:00
initial commit
This commit is contained in:
15
resources/2023/day8dory.txt
Normal file
15
resources/2023/day8dory.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
LR
|
||||
|
||||
mmA = (mmb, xxx)
|
||||
mmb = (xxx, mmZ)
|
||||
mmZ = (mmb, xxx)
|
||||
nnA = (nnb, xxx)
|
||||
nnb = (nnc, nnc)
|
||||
nnc = (nnZ, nnZ)
|
||||
nnZ = (nnb, nnb)
|
||||
ooA = (ooZ, oob)
|
||||
oob = (ood, ooc)
|
||||
ooc = (ooA, oox)
|
||||
ood = (ooZ, ood)
|
||||
ooZ = (oob, ooZ)
|
||||
xxx = (xxx, xxx)
|
Reference in New Issue
Block a user