mirror of
https://github.com/anthonyoteri/advent-of-code-2022.git
synced 2026-06-05 23:06:53 -04:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
[D]
|
|
[N] [C]
|
|
[Z] [M] [P]
|
|
1 2 3
|
|
|
|
move 1 from 2 to 1
|
|
move 3 from 1 to 3
|
|
move 2 from 2 to 1
|
|
move 1 from 1 to 2 |