From 83fdd5b7a6950610dbfe21e31c017e7a341c9e06 Mon Sep 17 00:00:00 2001 From: vishak kotemane Date: Fri, 23 Jun 2023 15:35:26 +0000 Subject: [PATCH] Adding a comment --- c/helloworld.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c/helloworld.c b/c/helloworld.c index 3bc057b..6c2ff0a 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,3 +1,4 @@ +//hello world example in c #include int main() {