int main () { puts ("Hi Mes!\n"); for (int i = 0; i < 4; ++i) puts (" Hello, world!\n"); return 42; }