mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-02-04 19:12:07 -08:00
fixed small printing error
This commit is contained in:
@@ -88,7 +88,7 @@ namespace Program
|
||||
{
|
||||
Console.WriteLine("VERY FUNNY! DUMMY!");
|
||||
Console.WriteLine("DO YOU WANT TO PLAY OR GOOF AROUND?");
|
||||
Console.Write("NOW, HOW MANY MATCHES DO YOU WANT ??");
|
||||
Console.Write("NOW, HOW MANY MATCHES DO YOU WANT ?? ");
|
||||
numberOfMatchesRemovedByPlayer = ReadPlayerInput();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user