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:");