This commit is contained in:
2023-05-30 12:22:09 +02:00
parent 5969526dd1
commit ece70a6f5e

View File

@@ -12,5 +12,4 @@ fn main() {
let _mi_vector5: Vec<u64> = (0..10).collect();
println!("{}", _mi_vector5[7])
}