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.