init commit.

This commit is contained in:
2024-09-29 17:29:11 +08:00
commit e069c757c1
10 changed files with 86 additions and 0 deletions

3
src/main.rs Normal file
View File

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