From d83f361cea06867aa00f669f5dce3a4bb47d0b6e Mon Sep 17 00:00:00 2001 From: Gigih_Palatangara Date: Tue, 31 Mar 2026 07:14:34 +0000 Subject: [PATCH] Update hello.c tambah hallo --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index 6d23eb4..32b5113 100644 --- a/hello.c +++ b/hello.c @@ -5,4 +5,5 @@ main(void) { print("hello"); print("hworld"); + print("hallo"); } \ No newline at end of file