Compare commits

..

2 Commits

Author SHA1 Message Date
git
6802f6c03c Merge pull request 'Update hello.c' (#4) from radhitya/belajar:main into main
Reviewed-on: https://git.hint-lab.id/git/belajar/pulls/4
2026-03-31 07:18:25 +00:00
a4c0b3f551 Update hello.c
nambahin variable x
2026-03-31 07:17:06 +00:00

View File

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