Simple RUST input and output program

 This code will prompt the user to input their username and get a custom greetings from the RUST program:


To run the code type "cargo run" in cmd:



Comments

Popular posts from this blog

Getting started with a new RUST project using cargo