mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 09:53:17 -09:00
10 lines
125 B
Plaintext
10 lines
125 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
|