From 2759ffe624ac76a503ce303ddb6a42ffc5023ec9 Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Tue, 13 Aug 2013 15:07:00 +0800 Subject: [PATCH] Delete helloworld.c Why is this still here? --- helloworld.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 helloworld.c diff --git a/helloworld.c b/helloworld.c deleted file mode 100644 index 86dcb09..0000000 --- a/helloworld.c +++ /dev/null @@ -1,8 +0,0 @@ -#include -#include - -int main(int argc, char ** argv) -{ - printf("Hello, world!\n"); - return 0; -} -- 2.20.1