aoc_main
macro_rules! main { ( year $year: expr; $( $day: ident $( : $generator: ident )? => $( $solution: ident ),+ );+ $( ; )? ) => { ... }; }