Beispiel #1
0
 static void Main(string[] args)
 {
     var playground = new Playground();
 }
Beispiel #2
0
        static Task Main(string[] args)
        {
            var playground = new Playground();

            return(new Menu(playground.Game).Run(CancellationToken.None));
        }