From cf961f64cbafdf16334416920b07ceaccd7634e4 Mon Sep 17 00:00:00 2001 From: cwatson-hcc Date: Mon, 18 Dec 2023 21:45:40 +0000 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..2249d4a 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,3 +1,4 @@ +/* Hello World Example in C */ #include int main() {