From d1b7a76597d22bbee760838aa19c5a180fe2ba34 Mon Sep 17 00:00:00 2001 From: gyungsu Date: Fri, 31 Jul 2020 10:11:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=EB=A1=9C=EC=9A=B4=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=20=EB=A7=90=ED=95=9C=EA=B2=83=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- new.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 new.txt diff --git a/new.txt b/new.txt new file mode 100644 index 0000000..9205031 --- /dev/null +++ b/new.txt @@ -0,0 +1,7 @@ +#include + +int main(void){ + int newnew = 0; + + printf("hello, world!"); +} \ No newline at end of file