From: Sam Moore Date: Tue, 13 Aug 2013 07:07:00 +0000 (+0800) Subject: Delete helloworld.c X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=2759ffe624ac76a503ce303ddb6a42ffc5023ec9;p=matches%2FMCTX3420.git Delete helloworld.c Why is this still here? --- 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; -}