/* Hello, world program */ #include int main() { printf("hello, "); printf("world\n"); return 0; }