Practice with Rust with the project outlined here.
rustc --versiongit clonethis project:
git clone https://github.com/csokolove/guessing_game.gitcdinto the project, then compile and run the project:
cargo run(Or use the Rust compiler, then run the executable):
rustc src/main.rs
./main