mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-05 20:40:25 -08:00
4 lines
84 B
C#
4 lines
84 B
C#
global using Games.Common.IO;
|
|
global using Chief;
|
|
|
|
new Game(new ConsoleIO()).Play(); |