From dc040fc4a96485b9f5a9fa53ce7a760b043a0f03 Mon Sep 17 00:00:00 2001 From: nisrine21 Date: Wed, 17 Jan 2024 16:01:26 +0100 Subject: [PATCH] Add comment --- c/helloworld.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/helloworld.c b/c/helloworld.c index 3bc057b..612275b 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,3 +1,5 @@ +/*Hello World in C*/ + #include int main() {