init commit

This commit is contained in:
2019-11-21 23:09:05 +08:00
parent 2d28ffad6c
commit eff3dd73fb
4 changed files with 553 additions and 4 deletions

3
src/main.rs Normal file
View File

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