advent_of_code/2022/5/input_example.txt
kleph a37a55a9d4
All checks were successful
continuous-integration/drone/push Build is passing
2022 - Day 5 part 1
2022-12-05 11:15:29 +01:00

9 lines
125 B
Text

[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