Files
basic-computer-games/70_Poetry/csharp/Program.cs
2022-09-29 22:46:10 +10:00

5 lines
149 B
C#

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