Compare commits

..

2 Commits

Author SHA1 Message Date
fd845b9ccf punya gigih yang bener 2026-03-31 14:28:11 +07:00
d83f361cea Update hello.c
tambah hallo
2026-03-31 07:14:34 +00:00

View File

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