mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
6 lines
141 B
C#
6 lines
141 B
C#
global using Games.Common.IO;
|
|
global using static LifeforTwo.Resources.Resource;
|
|
global using LifeforTwo;
|
|
|
|
new Game(new ConsoleIO()).Play();
|