diff --git a/rs/heyo.rs b/rs/heyo.rs new file mode 100644 index 0000000..a0d72a8 --- /dev/null +++ b/rs/heyo.rs @@ -0,0 +1,4 @@ + +fn main() { + println!("Heyo! Hello world..."); +} \ No newline at end of file