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