瀏覽代碼

Add basic rs file

Samuel W. Flint 4 年之前
父節點
當前提交
9f807d4fcf
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main.rs

+ 3 - 0
src/main.rs

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