From f448b85228a744efd6d59c5aa0ba69081fce58b2 Mon Sep 17 00:00:00 2001 From: itssankarraj <56398367+itssankarraj@users.noreply.github.com> Date: Sat, 2 Oct 2021 20:10:54 +0530 Subject: [PATCH] Update helloworld.c --- helloworld.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helloworld.c b/helloworld.c index 51080f8..efbc09e 100644 --- a/helloworld.c +++ b/helloworld.c @@ -1,6 +1,5 @@ #include int main() { - - printf("Hello, World!"); + printf("Haiworld"); return 0; }