From 94fc83a8b60ff944a85f529a97fdf09ac9c6995f Mon Sep 17 00:00:00 2001 From: radhitya Date: Tue, 31 Mar 2026 07:05:26 +0000 Subject: [PATCH] Update hello.c menambahkan world --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index c770d4e..6d23eb4 100644 --- a/hello.c +++ b/hello.c @@ -4,4 +4,5 @@ int main(void) { print("hello"); + print("hworld"); } \ No newline at end of file