prep_io

Function prep_io 

Source
pub fn prep_io(
    contents: &mut String,
    day: u8,
) -> Result<(BufWriter<File>, Vec<&str>)>