hello world Leave a reply int main() { printf("hello, world"); return 0; } hello, world. testing complete. end program </end>