From 82202f1a8b0353274b17973bfb0780015acf97dd Mon Sep 17 00:00:00 2001 From: llonsdal Date: Wed, 25 Oct 2023 14:04:06 +0100 Subject: [PATCH] Added comment to helloworld.c file. --- c/helloworld.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/helloworld.c b/c/helloworld.c index 3bc057b..4481944 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,3 +1,5 @@ +/*Adding a comment to C file*/ + #include int main() {