/* HELLO.C -- Hello, world */ #include int main() { printf("Hello, world\n"); return 0; }