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