``` let count = [50, 0, 0, 0]; let count = str::from_utf8(&count).unwrap(); let count = count.parse::().unwrap(); ``` also gives me an invalid digit error...