/* This is the traditional first program in C. */ #include int main() { printf("Hello, world!\n"); } /* main() */