feat: init commit

This commit is contained in:
2023-05-14 13:40:07 +08:00
parent 4e9771b210
commit a04164b6e2
4 changed files with 1156 additions and 4 deletions

3
src/main.rs Normal file
View File

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