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