From 64330e4f1165e501d519f2ea1c8a66977777c80c Mon Sep 17 00:00:00 2001 From: Pradip Date: Sat, 27 Aug 2022 16:40:34 +0530 Subject: [PATCH] 1 comment added in hello.c file. --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index dd610ce..ecfc1e7 100644 --- a/hello.c +++ b/hello.c @@ -4,3 +4,4 @@ int main() { printf("hello world"); } +// This comment has added for pull request of practice task.