aoc::year2017::day02

Type Alias Input

Source
type Input = Vec<Vec<u32>>;

Aliased Typeยง

struct Input { /* private fields */ }