mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-05 01:27:42 -08:00
Implement poetry generator
This commit is contained in:
8
70_Poetry/csharp/IOExtensions.cs
Normal file
8
70_Poetry/csharp/IOExtensions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Poetry;
|
||||
|
||||
internal static class IOExtensions
|
||||
{
|
||||
|
||||
internal static void WritePhrase(this IReadWrite io, Context context)
|
||||
=> Phrase.GetPhrase(context).Write(io, context);
|
||||
}
|
||||
Reference in New Issue
Block a user