mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 03:58:14 -08:00
7 lines
197 B
C#
7 lines
197 B
C#
global using Games.Common.IO;
|
|
global using Games.Common.Randomness;
|
|
global using static Roulette.Resources.Resource;
|
|
using Roulette;
|
|
|
|
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
|