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