From 3400a07c64e045f24840145934e039457ed0dae0 Mon Sep 17 00:00:00 2001 From: Aditya1711-tech Date: Wed, 22 Dec 2021 19:19:05 +0530 Subject: [PATCH] Commited by aditya --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index 59b8458..5615dd1 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,5 @@ #include void main() { printf("Hello Beautiful World!!"); + printf("Changed by:Aditya"); } \ No newline at end of file