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