Skip to content
Permalink
Browse files
Update Program.cs
  • Loading branch information
villamizae committed Nov 19, 2021
1 parent 526c610 commit 4b17a24d59f7435d9410676f51f9958fbe15cabf
Showing 1 changed file with 1 addition and 0 deletions.
@@ -794,6 +794,7 @@ namespace ChessTest3
string input = Console.ReadLine();
if (input == "S" || input == "s")
{
Console.WriteLine("Let the Games begin!");
Board board = new Board();
board.Initialize();
board.TheGrid();

0 comments on commit 4b17a24

Please sign in to comment.