Create helloworld.c
authormatchesucc <[email protected]>
Sun, 4 Aug 2013 04:58:51 +0000 (12:58 +0800)
committermatchesucc <[email protected]>
Sun, 4 Aug 2013 04:58:51 +0000 (12:58 +0800)
Testing editing in github

helloworld.c [new file with mode: 0644]

diff --git a/helloworld.c b/helloworld.c
new file mode 100644 (file)
index 0000000..86dcb09
--- /dev/null
@@ -0,0 +1,8 @@
+#include <stdlib.h>
+#include <stdio.h>
+
+int main(int argc, char ** argv)
+{
+  printf("Hello, world!\n");
+  return 0;
+}

UCC git Repository :: git.ucc.asn.au