aoc::year2024::day24

Type Alias Input

Source
type Input<'a> = (&'a str, Vec<[&'a str; 5]>);