From 2df0703a1fe4e3dbc3c2cbbdeadfd0d45ce2b5a0 Mon Sep 17 00:00:00 2001 From: Aasie MBA Date: Wed, 2 Jun 2021 15:26:23 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=9C=EA=B8=80=EC=9D=B4=20=ED=8F=AC?= =?UTF-8?q?=ED=95=A8=EB=90=9C=20c=20file=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hangul.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hangul.c diff --git a/hangul.c b/hangul.c new file mode 100644 index 0000000..da97e8c --- /dev/null +++ b/hangul.c @@ -0,0 +1,8 @@ +#include + +int main() { + //한글 + printf("Hello, World!"); + printf("Hello, World! again"); + return 0; +}