mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-15 00:50:57 -08:00
8 lines
218 B
C#
8 lines
218 B
C#
global using Games.Common.IO;
|
|
global using Games.Common.Randomness;
|
|
global using King.Resources;
|
|
global using static King.Resources.Resource;
|
|
using King;
|
|
|
|
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
|