1
0
forked from git/belajar

Update hello.c

tambah hallo
This commit is contained in:
Gigih_Palatangara 2026-03-31 07:14:34 +00:00
parent 3d7972837c
commit d83f361cea

View File

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