Untitled
unknown
plain_text
2 years ago
207 B
10
Indexable
namespace ConsoleApp2
{
internal class Program
{
static void Main(string[] args)
{
Board board = new Board();
board.PrintBoard();
}
}
}Editor is loading...