Macro aoc_main::bench_day

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