From 9a7ad8edc58b02d9cfbd94b08639aea951448042 Mon Sep 17 00:00:00 2001 From: ilsix Date: Sun, 7 Apr 2024 01:46:54 +0200 Subject: [PATCH] Hello World C --- c/helloworld.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/c/helloworld.c b/c/helloworld.c index 426e99b..cd6a3de 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,5 +1,4 @@ -//compiles and runs successfully -#include +#include int main() { printf("Hello World!\n");