ソースを参照

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!");
+}