mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
5 lines
107 B
C#
5 lines
107 B
C#
global using Games.Common.IO;
|
|
global using Chomp.Resources;
|
|
using Chomp;
|
|
|
|
new Game(new ConsoleIO()).Play(); |