Files
basic-computer-games/34_Digits/csharp/Program.cs
2022-07-30 16:19:50 +10:00

6 lines
199 B
C#

global using Digits;
global using Games.Common.IO;
global using Games.Common.Randomness;
global using static Digits.Resources.Resource;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();