advent_of_code/2022/5/input_example.txt

10 lines
125 B
Text
Raw Normal View History

2022-12-05 11:15:29 +01:00
[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