Files
basic-computer-games/72_Queen/csharp/Program.cs
2023-01-28 15:25:52 +11:00

7 lines
197 B
C#

global using Games.Common.IO;
global using Games.Common.Randomness;
global using static Queen.Resources.Resource;
using Queen;
new Game(new ConsoleIO(), new RandomNumberGenerator()).PlaySeries();