From bcf42b2b60a245b3f31abf1037db059e6a7d0577 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 8 Jul 2021 05:28:11 +0000 Subject: [PATCH] Add 'rs/heyo.rs' --- rs/heyo.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rs/heyo.rs 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