From 8e54b1295a8b86c56645e4a14e5f72122c56375e Mon Sep 17 00:00:00 2001 From: Paul Luse Date: Fri, 6 Sep 2024 09:35:17 -0700 Subject: [PATCH] Update hello.c Signed-off-by: Paul Luse --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 194d6a8..e633796 100644 --- a/hello.c +++ b/hello.c @@ -2,7 +2,7 @@ // testing . -int main() {; + printf("test. Hello, World! Duh\n"); return 0; }