mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
5 lines
118 B
C#
5 lines
118 B
C#
using Games.Common.IO;
|
|
using Games.Common.Randomness;
|
|
|
|
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
|