commit 3745591985d21d885f437ce49bb735746ab16734 Author: git Date: Tue Mar 31 07:02:26 2026 +0000 Add hello.c menjalankan hell world 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