Merge pull request 'Update hello.c' (#4) from radhitya/belajar:main into main

Reviewed-on: https://git.hint-lab.id/git/belajar/pulls/4
This commit is contained in:
git 2026-03-31 07:18:25 +00:00
commit 6802f6c03c

View File

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