pxp9 / guessing_game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUESSING GAME STARTING PROYECT IN RUST

this little game done in rust , will give you the chance to guess a random number

Dependencies

you can see in Cargo.toml file the dependencies.

[dependencies] rand = "0.8.3"

Run in CMD

  • install rust by the way you want, just search how to install rust

  • then write this commands in a shell

$ cargo build
$ cargo run 

About


Languages

Language:Rust 100.0%