mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
8 lines
228 B
C#
8 lines
228 B
C#
namespace Games.Common.IO
|
|
{
|
|
internal static class Strings
|
|
{
|
|
internal const string NumberExpected = "!Number expected - retry input line";
|
|
internal const string ExtraInput = "!Extra input ignored";
|
|
}
|
|
} |