1
0
forked from git/belajar

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

Reviewed-on: https://git.hint-lab.id/radhitya/belajar/pulls/1
This commit is contained in:
radhitya 2026-03-31 07:46:53 +00:00
commit 3a5af9e687

View File

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