From f889800577a38d5b032a1a07b52733f030215ad8 Mon Sep 17 00:00:00 2001 From: Hetvi1863 <21ecubg091@ddu.ac.in> Date: Wed, 22 Dec 2021 19:20:26 +0530 Subject: [PATCH] Commited by Hetvi --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index 59b8458..d24f212 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,5 @@ #include void main() { printf("Hello Beautiful World!!"); + printf("Change done by - Hetvi"); } \ No newline at end of file