From ea637605add55b8e4b845848bf1f9f446c044c2b Mon Sep 17 00:00:00 2001 From: Paul Luse Date: Fri, 6 Sep 2024 09:00:28 -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..9e4d482 100644 --- a/hello.c +++ b/hello.c @@ -1,7 +1,7 @@ #include // testing . - +hhh int main() {; printf("test. Hello, World! Duh\n"); return 0;