| Crates.io | guessnumgame |
| lib.rs | guessnumgame |
| version | 0.1.0 |
| created_at | 2023-09-30 09:24:41.901681+00 |
| updated_at | 2023-09-30 09:24:41.901681+00 |
| description | 猜数字游戏,命令行版 |
| homepage | https://initialencounter.github.io/docu/ |
| repository | https://github.com/initialencounter/guessnumgame |
| max_upload_size | |
| id | 988519 |
| size | 2,992 |
猜数字游戏
Rust菜狗制造的互联网垃圾
cargo add guessnumgame
use guessnumgame::start;
fn main() {
start();
}