This commit is contained in:
2026-05-02 13:54:36 +08:00
commit 1930967909
7 changed files with 208 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "hello"
version = "0.1.1"
edition = "2024"
description = "这是Rust编写的程序"
license = "MIT"
[dependencies]
rand = "0.9.2"