Merge pull request #1667 from husjon/update-primitive_types3-requirement

Make `primitive_types3` require at least 100 elements
pull/1670/head
liv 9 months ago committed by GitHub
commit e12504a61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,5 +14,6 @@ fn main() {
println!("Wow, that's a big array!");
} else {
println!("Meh, I eat arrays like that for breakfast.");
panic!("Array not big enough, more elements needed")
}
}

Loading…
Cancel
Save