1
0
forked from git/belajar

Add hello.c

menjalankan hell world
This commit is contained in:
git 2026-03-31 07:02:26 +00:00
commit 3745591985

7
hello.c Normal file
View File

@ -0,0 +1,7 @@
#include <stdio.h>
int
main(void)
{
print("hello");
}