diff --git a/tippjatek/tippjatek/Program.cs b/tippjatek/tippjatek/Program.cs index 3284403..c3eba96 100644 --- a/tippjatek/tippjatek/Program.cs +++ b/tippjatek/tippjatek/Program.cs @@ -108,6 +108,7 @@ } Console.WriteLine($"{rank}. helyezett {sortedScores[i].Key} {sortedScores[i].Value} ponttal"); } + Console.ReadKey(); } static int CalculatePoints(MatchPrediction prediction, MatchResult result)