From 701881200afbbd356858e5a42b1ba01db145d830 Mon Sep 17 00:00:00 2001 From: PR Date: Sun, 5 Nov 2023 10:58:47 +0000 Subject: [PATCH] Added a comment --- c/helloworld.c | 2 ++ 1 file changed, 2 insertions(+) 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;