v0.1.0 init commit

This commit is contained in:
2022-07-02 18:13:26 +08:00
parent 8334bdb55b
commit c62a12f369
4 changed files with 1202 additions and 3 deletions

3
src/main.rs Normal file
View File

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