/* hello.c: display a message on the screen */ #include int main(void) { printf("hello, world\n"); }