341 if (game_over ())
342 break;
343 }
344
345 print ();
346
346 return EXIT_SUCCESS;
347 return EXIT_SUCCESS;
347 }
348 }