Files
basic-computer-games/30_Cube/csharp/Program.cs
2022-07-23 18:42:03 +10:00

9 lines
191 B
C#

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