Files
TicTacToe/Tic-Tac-Toe/Program.cs

4 lines
58 B
C#
Raw Normal View History

2022-09-21 11:37:13 +02:00

using var game = new Tic_Tac_Toe.Game1();
game.Run();