mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-07 02:24:33 -08:00
Add title
This commit is contained in:
@@ -2,7 +2,6 @@ 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