mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-26 00:13:58 -07:00
Add game intro
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
global using Games.Common.IO;
|
||||
global using static OneCheck.Resources.Resource;
|
||||
using OneCheck;
|
||||
|
||||
new Game(new ConsoleIO()).Play();
|
||||
Reference in New Issue
Block a user