From 4d7a911f8bb50a547d746c2585051edb31862437 Mon Sep 17 00:00:00 2001 From: latenightz Date: Thu, 29 Apr 2021 15:18:12 +0000 Subject: [PATCH] Add 'hello.rs' --- hello.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hello.rs diff --git a/hello.rs b/hello.rs new file mode 100644 index 0000000..3b1b50c --- /dev/null +++ b/hello.rs @@ -0,0 +1,5 @@ +// Hello World in Rust + +fn main() { + println!("Hello, World!"); +} \ No newline at end of file