Files
Voile/TestGame/Program.cs

8 lines
125 B
C#

class Program
{
static void Main(string[] args)
{
var game = new TestGame();
game.Start();
}
}