From c2c77c7c691b2149dd7f1e663212be922d8427e0 Mon Sep 17 00:00:00 2001 From: {Rishit2893} <{rishitkhadawala289@gmail.com}> Date: Wed, 22 Dec 2021 19:19:59 +0530 Subject: [PATCH] commited by Rishit --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index 59b8458..e994882 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,5 @@ #include void main() { printf("Hello Beautiful World!!"); + printf("Changed done by: Rishit"); } \ No newline at end of file