diff --git a/games/tic_tac_toe.c b/games/tic_tac_toe.c index fbaf0e22be..01d40e5a07 100644 --- a/games/tic_tac_toe.c +++ b/games/tic_tac_toe.c @@ -134,7 +134,7 @@ void singlemode() } if (o == -2) { - printf("YOU LOSE\n"); + printf("YOU LOSE haha\n"); } break;