From 68ca9621e045f877821a534170f94dbe23baf5cd Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 22 Dec 2021 19:19:02 +0530 Subject: [PATCH] commited by vikram --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index 59b8458..55de313 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,5 @@ #include void main() { printf("Hello Beautiful World!!"); + printf("changed by vikram patel"); } \ No newline at end of file