ch09
This commit is contained in:
parent
10b29ad9cb
commit
e1246d346d
10 changed files with 60 additions and 0 deletions
5
ch09/outofbounds.rs
Normal file
5
ch09/outofbounds.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
fn main() {
|
||||
let a = vec![1, 2, 3];
|
||||
|
||||
a[99];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue