mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
6 lines
130 B
C#
6 lines
130 B
C#
global using Games.Common.IO;
|
|
global using static OneCheck.Resources.Resource;
|
|
using OneCheck;
|
|
|
|
new Game(new ConsoleIO()).Play();
|