Files
basic-computer-games/34_Digits/csharp/Program.cs
Andrew Cooper 572b9b3a69 Complete game
2022-08-03 08:40:05 +10:00

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();