Debug poem generation

This commit is contained in:
Andrew Cooper
2022-10-03 21:22:44 +11:00
parent f27908a3e4
commit 617053b1f4
5 changed files with 24 additions and 11 deletions

View File

@@ -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());