[][src]Function advent_of_code::get_problem_set

pub fn get_problem_set(
    year: u16,
    day: u8,
    part: u8
) -> Option<fn(_: &str) -> String>