Browse Source

Add basic rs file

Samuel W. Flint 4 năm trước cách đây
mục cha
commit
9f807d4fcf
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/main.rs

+ 3 - 0
src/main.rs

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