aoc::year2022::day05

Type Alias Input

Source
type Input = (Vec<Vec<char>>, Vec<[usize; 3]>);