From 8552d4cdd1c3ef29cb7b209119b9a4e425d1f2d0 Mon Sep 17 00:00:00 2001 From: rywbl <37326700+rywbl@users.noreply.github.com> Date: Tue, 13 Mar 2018 16:47:53 +0800 Subject: [PATCH] Add files via upload --- hello world .c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hello world .c diff --git a/hello world .c b/hello world .c new file mode 100644 index 0000000..74c96f6 --- /dev/null +++ b/hello world .c @@ -0,0 +1,10 @@ +#include + + int main (void) + { + printf("Hello world.\n"); + return 0; + } + + +