mirror of
https://github.com/bvanroll/advent_of_code_2022.git
synced 2025-08-28 19:22:39 +00:00
9 lines
115 B
Plaintext
9 lines
115 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 |