tp1 partie 1 et partie 2.1/2.2
This commit is contained in:
6
TTT_java/TicTacToeGame.java
Normal file
6
TTT_java/TicTacToeGame.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public class TicTacToeGame {
|
||||
public static void main(String[] args) {
|
||||
Game game = new Game();
|
||||
game.start();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user