From 4628c3a12055d08f2764df86eeda221c15929e8c Mon Sep 17 00:00:00 2001 From: Paras Jalela Date: Wed, 22 Dec 2021 19:48:01 +0530 Subject: [PATCH] Version 1 --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 59b8458..111519c 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,4 @@ #include void main() { - printf("Hello Beautiful World!!"); + printf("Hello paras !"); } \ No newline at end of file