Files
basic-computer-games/77_Salvo/csharp/Program.cs
2023-02-26 23:40:45 +11:00

8 lines
212 B
C#

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();