Skip to content

Commit dbb21f3

Browse files
committed
updated
1 parent 7c0cd98 commit dbb21f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tic-Tac-Toe/game.class

3.15 KB
Binary file not shown.

Tic-Tac-Toe/game.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Tic-Tac-Toe Game.
33
import java.util.*;
44

5-
public class GFG {
5+
public class game {
66

77
static String[] board;
88
static String turn;

0 commit comments

Comments
 (0)