From 70723d8feb42be1e4b67eaf0f6b627d3b2474f68 Mon Sep 17 00:00:00 2001 From: stanley Ibeneme Date: Fri, 24 Nov 2023 03:19:01 +0000 Subject: [PATCH] Addimg a comment --- c/helloworld.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/helloworld.c b/c/helloworld.c index 3bc057b..c514638 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,3 +1,5 @@ +/* Hello World example in C */ + #include int main() {