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