guess_number_rust/README.md

244 B

guess_number_rust

How to build and run ?

please use GIT to clone this project and enter the directory :

cargo run

if you want to build a release please use

cargo build -r

the binary file will be build in target/