Function aoc_lib::run[][src]

pub fn run<F, R>(year: u16, day: u8, code: F) where
    F: Fn(Vec<String>) -> R,
    R: Display