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