From 4b17a24d59f7435d9410676f51f9958fbe15cabf Mon Sep 17 00:00:00 2001 From: "Elliot Villamizar (villamizae)" Date: Fri, 19 Nov 2021 17:26:57 +0000 Subject: [PATCH] Update Program.cs --- ChessTest3/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ChessTest3/Program.cs b/ChessTest3/Program.cs index ad4591e..908e775 100644 --- a/ChessTest3/Program.cs +++ b/ChessTest3/Program.cs @@ -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();