Update hello.c #1

Merged
git merged 1 commits from radhitya/belajar:main into main 2026-03-31 07:06:35 +00:00

View File

@ -4,4 +4,5 @@ int
main(void) main(void)
{ {
print("hello"); print("hello");
print("hworld");
} }