Macro aoc_main::run_day

source ·
macro_rules! run_day {
    (
        { $i: expr, $curr_day: expr, $year: expr, $opt: expr },
        { day $day: ident { $gen: tt { $( $sol: tt )* } } }
    ) => { ... };
}