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