get_input

Function get_input 

Source
pub fn get_input(
    year: i32,
    day: u8,
    db: &AocDatabase,
    test: bool,
) -> Result<(String, Instant), AocError>