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