aoc::year2022::day05

Function part1

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

Move elements from stack to stack, reversing each time.