From 61f45020e5506d9e1ca664aed5d586fd49215cd8 Mon Sep 17 00:00:00 2001 From: matchesucc Date: Sun, 4 Aug 2013 12:58:51 +0800 Subject: [PATCH] Create helloworld.c Testing editing in github --- helloworld.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 helloworld.c diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..86dcb09 --- /dev/null +++ b/helloworld.c @@ -0,0 +1,8 @@ +#include +#include + +int main(int argc, char ** argv) +{ + printf("Hello, world!\n"); + return 0; +} -- 2.20.1