Kaynağa Gözat

Add basic rs file

Samuel W. Flint 4 yıl önce
ebeveyn
işleme
9f807d4fcf
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      src/main.rs

+ 3 - 0
src/main.rs

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