This commit is contained in:
2020-05-15 00:27:46 +08:00
parent 9f43983660
commit 0fb4016d00
3 changed files with 224 additions and 0 deletions

3
ring/src/main.rs Normal file
View File

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