mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-25 17:10:26 +01:00
Main exercises
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main () {
|
||||
fn main() {
|
||||
let my_fav_fruits = vec!["banana", "custard apple", "avocado", "peach", "raspberry"];
|
||||
|
||||
let mut my_iterable_fav_fruits = ???; // TODO: Step 1
|
||||
|
||||
Reference in New Issue
Block a user