We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de22c9 + a5e4133 commit e12504aCopy full SHA for e12504a
exercises/primitive_types/primitive_types3.rs
@@ -14,5 +14,6 @@ fn main() {
14
println!("Wow, that's a big array!");
15
} else {
16
println!("Meh, I eat arrays like that for breakfast.");
17
+ panic!("Array not big enough, more elements needed")
18
}
19
0 commit comments