Skip to content

Commit da4a5fe

Browse files
authored
Update tic_tac_toe.c
1 parent e5dad3f commit da4a5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games/tic_tac_toe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void singlemode()
134134
}
135135
if (o == -2)
136136
{
137-
printf("YOU LOSE\n");
137+
printf("YOU LOSE haha\n");
138138
}
139139

140140
break;

0 commit comments

Comments
 (0)