Untitled
Anonymous
plain_text
09/15/2023 9:03 AM
276 B
22
Indexable
namespace ConsoleApp2
{
internal class Program
{
static void Main(string[] args)
{
Board board = new Board();
board.PrintBoard();
}
}
}Editor is loading...