Files
advent-of-code-2022/day5/data/input-test.txt
T
Anthony Oteri 9339aa053f Completed Day5
2022-12-05 21:15:03 -05:00

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