Esempio n. 1
0
 static void Main()
 {
     TicTacToeGame game = new TicTacToeGame();
     game.start();
     
 }