From 37e1b4ef2c03c3886b98d0950e31ee423f8114f5 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sat, 10 Dec 2016 18:08:37 +0100 Subject: [PATCH] remove the dummy file --- hello.rs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 hello.rs 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"); -}