Macro aoc_main::base_main

source ·
macro_rules! base_main {
    ( year $year: expr; $( $tail: tt )* ) => { ... };
}