From 780a5ddc7469cc3122bb4f1a4b55b64e93a5d735 Mon Sep 17 00:00:00 2001 From: koonkd4 <144836189+koonkd4@users.noreply.github.com> Date: Thu, 30 May 2024 16:06:59 -0700 Subject: [PATCH] Create hello-world-woosik-k.c --- hello-world-woosik-k.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello-world-woosik-k.c diff --git a/hello-world-woosik-k.c b/hello-world-woosik-k.c new file mode 100644 index 0000000..b94615d --- /dev/null +++ b/hello-world-woosik-k.c @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello World!"; + return 0; +} \ No newline at end of file