Files
basic-computer-games/70_Poetry/csharp/Program.cs
2022-10-03 21:22:44 +11:00

6 lines
150 B
C#

global using Games.Common.IO;
global using Games.Common.Randomness;
global using Poetry;
Poem.Compose(new ConsoleIO(), new RandomNumberGenerator());