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