From c653874f4d513cdfb7da32d91bb85fe9c2bf6a65 Mon Sep 17 00:00:00 2001 From: "M.Nawwarudin" Date: Tue, 31 Mar 2026 07:35:11 +0000 Subject: [PATCH] Update hello.c tambah satu baris --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index ece40c0..fa2d5c4 100644 --- a/hello.c +++ b/hello.c @@ -6,4 +6,5 @@ main(void) print("hello"); print("hworld"); print("hallo"); + print("123456") }