Files
basic-computer-games/67_One_Check/csharp/Program.cs
Andrew Cooper 35f8248b1f Add game intro
2022-08-12 17:49:05 +10:00

6 lines
130 B
C#

global using Games.Common.IO;
global using static OneCheck.Resources.Resource;
using OneCheck;
new Game(new ConsoleIO()).Play();