Files
basic-computer-games/71_Poker/csharp/Program.cs
2022-04-19 07:47:20 +10:00

4 lines
131 B
C#

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