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