mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
6 lines
133 B
C#
6 lines
133 B
C#
using BugGame;
|
|
using Games.Common.IO;
|
|
using Games.Common.Randomness;
|
|
|
|
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
|