mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 15:50:20 -08:00
Add print gap
This commit is contained in:
@@ -48,8 +48,12 @@ internal class Game
|
|||||||
|
|
||||||
if (!_io.ReadString("Do you want the picture").Equals("no", InvariantCultureIgnoreCase))
|
if (!_io.ReadString("Do you want the picture").Equals("no", InvariantCultureIgnoreCase))
|
||||||
{
|
{
|
||||||
_io.WriteLine(yourBug.ToString("Your", 'A'));
|
_io.Write(yourBug.ToString("Your", 'A'));
|
||||||
_io.WriteLine(myBug.ToString("My", 'F'));
|
_io.WriteLine();
|
||||||
|
_io.WriteLine();
|
||||||
|
_io.WriteLine();
|
||||||
|
_io.WriteLine();
|
||||||
|
_io.Write(myBug.ToString("My", 'F'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user