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