aoc2022/rust/resources/day5exampleinput.txt

9 lines
115 B
Plaintext
Raw Normal View History

2022-12-11 21:39:51 -06: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