From cd302ad7be492504995aacdb8bdd0c6de7a79343 Mon Sep 17 00:00:00 2001 From: Knirag <105249761+Knirag@users.noreply.github.com> Date: Sat, 20 Jul 2024 00:36:05 +0200 Subject: [PATCH] Add Comment --- c/helloworld.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c/helloworld.c b/c/helloworld.c index 3bc057b..8a012b1 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,3 +1,4 @@ +// hello world example in c #include int main() {