We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75fbf7a + 8c88f76 commit 0e9966dCopy full SHA for 0e9966d
exercises/iterators/iterators1.rs
@@ -10,7 +10,7 @@
10
11
// I AM NOT DONE
12
13
-fn main () {
+fn main() {
14
let my_fav_fruits = vec!["banana", "custard apple", "avocado", "peach", "raspberry"];
15
16
let mut my_iterable_fav_fruits = ???; // TODO: Step 1
0 commit comments