mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
5 lines
149 B
C#
5 lines
149 B
C#
global using Games.Common.IO;
|
|
global using Games.Common.Randomness;
|
|
global using Poetry;
|
|
|
|
Poem.Compose(new ConsoleIO(), new RandomNumberGenerator()); |