Function aoc::year2022::day05::part2

source ยท
pub fn part2(input: &(Vec<Vec<char>>, Vec<[usize; 3]>)) -> String
Expand description

Move elements from stack to stack without reversing.