mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 23:00:43 -08:00
6 lines
205 B
C#
6 lines
205 B
C#
global using Digits;
|
|
global using Games.Common.IO;
|
|
global using Games.Common.Randomness;
|
|
global using static Digits.Resources.Resource;
|
|
|
|
new GameSeries(new ConsoleIO(), new RandomNumberGenerator()).Play(); |