mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-10 12:49:18 +00:00
good
This commit is contained in:
parent
4823839cbd
commit
58eed23fac
@ -6,7 +6,6 @@
|
||||
fn main() {
|
||||
let vec0 = Vec::new();
|
||||
let mut vec1 = fill_vec(&vec0);
|
||||
vec0.push(2);
|
||||
// Do not change the following line!
|
||||
println!("{} has length {} content `{:?}`", "vec0", vec0.len(), vec0);
|
||||
println!("{:?}",vec0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user