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