Files
basic-computer-games/71_Poker/csharp/Program.cs
T

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();