mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
Debug poem generation
This commit is contained in:
@@ -2,4 +2,4 @@ global using Games.Common.IO;
|
||||
global using Games.Common.Randomness;
|
||||
global using Poetry;
|
||||
|
||||
Poem.Compose(new ConsoleIO(), new RandomNumberGenerator());
|
||||
Poem.Compose(new ConsoleIO(), new RandomNumberGenerator());
|
||||
|
||||
Reference in New Issue
Block a user