Function aoc_lib::test[][src]

pub fn test<F, R>(_: u16, _: u8, code: F) where
    F: Fn(String) -> R,
    R: Display