8 lines
125 B
C#
8 lines
125 B
C#
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
var game = new TestGame();
|
|
game.Start();
|
|
}
|
|
} |