Hello World using Cargo - English
23 visits
Outline:
About Cargo About Cargo commands Create a Rust project using Visual Studio code Add a program in main.rs Explore Rust program structure save the program Build the Rust program Run the Rust program Check the output Edit the program and re-run the program