mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-27 13:14:15 -08:00
Implement poetry generator
This commit is contained in:
5
70_Poetry/csharp/Program.cs
Normal file
5
70_Poetry/csharp/Program.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
global using Games.Common.IO;
|
||||
global using Games.Common.Randomness;
|
||||
global using Poetry;
|
||||
|
||||
Poem.Compose(new ConsoleIO(), new RandomNumberGenerator());
|
||||
Reference in New Issue
Block a user