Function aoc::year2022::day05::part1

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

Move elements from stack to stack, reversing each time.