mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-29 06:05:36 -08:00
Update TicTacToe2.java
This commit is contained in:
@@ -57,7 +57,6 @@ public class TicTacToe2 {
|
||||
break;
|
||||
} else {
|
||||
System.out.println("INVALID INPUT, TRY AGAIN");
|
||||
//in.nextLine();
|
||||
}
|
||||
in.nextLine();
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user