/* hello3.cpp */ #include /* fprintf, stdout */ int main(void) { fprintf(stdout,"Hello!\n"); return 0; }