mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 04:15:45 -08:00
5 lines
151 B
C#
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(); |