mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-13 03:21:19 -07: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(); |