Files
basic-computer-games/71_Poker/csharp/Program.cs
2022-05-17 19:17:13 +10:00

5 lines
151 B
C#

global using Games.Common.IO;
global using Games.Common.Randomness;
global using Poker;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();