aoc::year2022::day05

Function part2

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

Move elements from stack to stack without reversing.