summaryrefslogtreecommitdiff
path: root/Program.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-05-23 22:40:41 +0200
committeremkael <emkael@tlen.pl>2016-05-23 22:40:41 +0200
commit07a273bf4d24cdf49521c9ca3c4c88662754e836 (patch)
treedcd8110c16203e1e153df7f0ed90e8ae5f754350 /Program.cs
parent7454b56a82ee67c50f65281fe11463309ff5f2a0 (diff)
* readkey instead of readline at the end
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs2
1 files changed, 1 insertions, 1 deletions
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();
}
}
}