From 3745591985d21d885f437ce49bb735746ab16734 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 31 Mar 2026 07:02:26 +0000 Subject: [PATCH] Add hello.c menjalankan hell world --- hello.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..c770d4e --- /dev/null +++ b/hello.c @@ -0,0 +1,7 @@ +#include + +int +main(void) +{ + print("hello"); +} \ No newline at end of file