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

Reviewed-on: https://git.hint-lab.id/git/belajar/pulls/1
This commit is contained in:
git 2026-03-31 07:06:34 +00:00
commit 3d7972837c

View File

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