Update hello.c #1

Merged
git merged 1 commits from radhitya/belajar:main into main 2026-03-31 07:06:35 +00:00
Showing only changes of commit 94fc83a8b6 - Show all commits

View File

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