Update hello.c

nambahin variable x
This commit is contained in:
radhitya 2026-03-31 07:17:06 +00:00
parent 94fc83a8b6
commit a4c0b3f551

View File

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