feat(project):放置全新的项目结构。

This commit is contained in:
徐涛
2024-04-01 14:51:43 +08:00
commit 2a65387ddc
25 changed files with 804 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}