From 07a273bf4d24cdf49521c9ca3c4c88662754e836 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 23 May 2016 22:40:41 +0200 Subject: * readkey instead of readline at the end --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index b549c55..44c8682 100644 --- a/Program.cs +++ b/Program.cs @@ -88,7 +88,7 @@ namespace BCDD } } Console.WriteLine("Press any key to continue..."); - Console.ReadLine(); + Console.ReadKey(); } } } -- cgit v1.2.3