From af2728a695b94d6c9349a6cdee39aa4b98d4cd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EB=8B=A4=EC=9D=B8?= <70586513+dainpark525@users.noreply.github.com> Date: Thu, 10 Apr 2025 18:51:54 +0900 Subject: [PATCH] =?UTF-8?q?Add:=20hello.c=20=ED=8C=8C=EC=9D=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c-repo | 1 + hello.c | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 160000 c-repo create mode 100644 hello.c diff --git a/c-repo b/c-repo new file mode 160000 index 0000000000..e5dad3fa8d --- /dev/null +++ b/c-repo @@ -0,0 +1 @@ +Subproject commit e5dad3fa8def3726ec850ca66a7f51521f8ad393 diff --git a/hello.c b/hello.c new file mode 100644 index 0000000000..b2edca1f94 --- /dev/null +++ b/hello.c @@ -0,0 +1,8 @@ +#include + + +int main() { + printf("Hello, World!\n"); + return 0; +} +