From 25ca15a6b4702fa3efb4482c6c99f4b4e180e53a Mon Sep 17 00:00:00 2001 From: Liz Coats Date: Tue, 17 Oct 2023 09:17:06 -0400 Subject: [PATCH] Adding a comment --- c/helloworld.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c/helloworld.c b/c/helloworld.c index 3bc057b..8ffe29c 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,3 +1,4 @@ +/* Hello world example in C */ #include int main() {