From b92f65f874cd6964a180d25fa1b20214fe53d82a Mon Sep 17 00:00:00 2001 From: Arjun290101 <55923475+Arjun290101@users.noreply.github.com> Date: Tue, 1 Oct 2019 10:04:29 +0530 Subject: [PATCH] Update greet.c --- greet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greet.c b/greet.c index 6076bfc..e5b51d7 100644 --- a/greet.c +++ b/greet.c @@ -1,5 +1,5 @@ #include -/*This program takes your name as input and greets(prints) you with "Hello " hope you like it */ +/*This program takes your name as input and greets(prints) you with "Hello " */ void main(){ char a[50]; printf("Enter your name:");