Selaa lähdekoodia

Add basic rs file

Samuel W. Flint 4 vuotta sitten
vanhempi
commit
9f807d4fcf
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/main.rs

+ 3 - 0
src/main.rs

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