This commit is contained in:
Zengtudor 2024-07-09 13:21:31 +08:00
parent 9313984fc8
commit 6b94f87208
1 changed files with 10 additions and 0 deletions

View File

@ -1,2 +1,12 @@
# guess_number_rust
# How to build and run ?
>please use GIT to clone this project and enter the directory :
```bash
cargo run
```
# if you want to build a release please use
```bash
cargo build -r
```
>the binary file will be build in target/