From 6f7b5d2fb984c5db09a4803751d906b40c83302d Mon Sep 17 00:00:00 2001 From: Hyunjun <namori@ajou.ac.kr> Date: Mon, 27 Nov 2017 17:43:14 +0900 Subject: [PATCH] Add sample c code! --- hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..614369a --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(void) { + printf("Hello, World!\n"); + return 0; +} -- GitLab