Compare commits

..

2 Commits

Author SHA1 Message Date
git
3d7972837c Merge pull request 'Update hello.c' (#1) from radhitya/belajar:main into main
Reviewed-on: https://git.hint-lab.id/git/belajar/pulls/1
2026-03-31 07:06:34 +00:00
94fc83a8b6 Update hello.c
menambahkan world
2026-03-31 07:05:26 +00:00

View File

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