diff --git a/hello.rs b/hello.rs deleted file mode 100644 index 3c1a975..0000000 --- a/hello.rs +++ /dev/null @@ -1,4 +0,0 @@ -// This file is only here in order to give the GitHub repository a "Rust" flavor. -fn main() { - println!("hello, world"); -}