Files
basic-computer-games/25_Chief/csharp/Program.cs
Andrew Cooper 229084c492 Add game class
2022-04-15 21:43:24 +10:00

4 lines
84 B
C#

global using Games.Common.IO;
global using Chief;
new Game(new ConsoleIO()).Play();