feat: init commit

This commit is contained in:
2021-06-26 14:23:53 +08:00
parent 640805fb65
commit 53371c5a18
4 changed files with 232 additions and 3 deletions

3
src/main.rs Normal file
View File

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