Skip to content

Commit b2b825f

Browse files
authored
Update vecs1.rs
1 parent f5a7e98 commit b2b825f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

exercises/vecs/vecs1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/
21

32
fn array_and_vec() -> ([i32; 4], Vec<i32>) {
43
let a = [10, 20, 30, 40]; // a plain array

0 commit comments

Comments
 (0)