From a0dd547c998578413b4c5e466cd08290e121ae87 Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 20:19:43 +0200 Subject: [PATCH] Untested Rust --- rust/helloworld.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust/helloworld.rs diff --git a/rust/helloworld.rs b/rust/helloworld.rs new file mode 100644 index 0000000..f084790 --- /dev/null +++ b/rust/helloworld.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello World!"); +} \ No newline at end of file