1
0
forked from git/belajar

Update hello.c

menambahkan world
This commit is contained in:
radhitya 2026-03-31 07:05:26 +00:00
parent 3745591985
commit 94fc83a8b6

View File

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