mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
Fixed prompt msg
This commit is contained in:
@@ -165,7 +165,7 @@ namespace Amazing
|
||||
|
||||
private String DisplayTextAndGetInput(String text)
|
||||
{
|
||||
Console.Write(text);
|
||||
Console.WriteLine(text);
|
||||
return Console.ReadLine();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user