This commit is contained in:
2020-05-24 01:01:06 +08:00
parent d571380e59
commit 53ae14f357
4 changed files with 111 additions and 0 deletions

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

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