From 7b2dcb1bf4123e3c0fd1453d682fd5b0d84b06fc Mon Sep 17 00:00:00 2001 From: BadboyJoon Date: Mon, 13 Sep 2021 11:59:01 +0900 Subject: [PATCH] test --- Test.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Test.c diff --git a/Test.c b/Test.c new file mode 100644 index 0000000..83a3d73 --- /dev/null +++ b/Test.c @@ -0,0 +1,7 @@ +#include + +int main(vodi) +{ + printf("Hello!"); + return 0; +} \ No newline at end of file