From c9739186d7a3acacb787c5e23299fbbbdbff0a90 Mon Sep 17 00:00:00 2001 From: Hwanyong Lee <hwan@ajou.ac.kr> Date: Mon, 4 Dec 2023 17:03:50 +0900 Subject: [PATCH] Add new file --- 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..11d9c38 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include <stdio.h> +int main() +{ + printf("Heloo \n"); + return 0; +} -- GitLab