Spoken Tutorials - RUST Assignment Funded by the Ministry of Education (MoE), GOI Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------- Data Types In Rust 1. Go to the project folder "rust-assignment" 2. In the "main.rs" file a) Initialize a variable named "m" and assign an array to it b) The array should contain 5 numbers as elements c) Print the elements of the array 3. Compile and execute the project 4. Observe the output in the Terminal