diff --git a/c/helloworld.c b/c/helloworld.c index 3bc057b..0600b55 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,5 +1,7 @@ #include +/*Added a comment*/ + int main() { printf("Hello, git user!\n"); return 1;