#include /* * A simple application to greet the world. */ int main(void) { printf("Hello, world!\n"); return 0; }