mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
7 lines
191 B
C#
7 lines
191 B
C#
global using Games.Common.IO;
|
|
global using Games.Common.Randomness;
|
|
global using static Salvo.Resources.Resource;
|
|
using Salvo;
|
|
|
|
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
|