Macro aoc_main::main

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