global using System; 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();