mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 21:29:18 +00:00
test
This commit is contained in:
parent
8a51e6af15
commit
f1145acb06
@ -4,7 +4,6 @@
|
||||
// Make me compile and pass the test!
|
||||
// Execute `rustlings hint vecs1` or use the `hint` watch subcommand for a hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn array_and_vec() -> ([i32; 4], Vec<i32>) {
|
||||
let a = [10, 20, 30, 40]; // a plain array
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user