From 774654f7feb81e2d78fc355c3e05e271fff51591 Mon Sep 17 00:00:00 2001 From: Tristan Glorie Date: Thu, 1 Feb 2024 17:26:34 +0100 Subject: [PATCH] adding a comment --- c/helloworld.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/helloworld.c b/c/helloworld.c index 3bc057b..338151c 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,3 +1,5 @@ +/* Hello world example in C */ + #include int main() {