Update hello.c

tambah satu baris
This commit is contained in:
M.Nawwarudin 2026-03-31 07:35:11 +00:00
parent fd845b9ccf
commit c653874f4d

View File

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