From 63780a082814b87661de9b8d6df6256753665798 Mon Sep 17 00:00:00 2001 From: kevla-4121 Date: Wed, 22 Dec 2021 19:18:57 +0530 Subject: [PATCH] commited by: khush --- hello.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 59b8458..59563b6 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,5 @@ -#include +#include void main() { printf("Hello Beautiful World!!"); + printf("Changed done by: khush"); } \ No newline at end of file