From c89c3530eb4ae8bb5d387b1c217ceb9a1b439f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bukovenszki=20Tam=C3=A1s?= Date: Sat, 15 Jun 2024 23:00:24 +0200 Subject: [PATCH] fix: + --- tippjatek/tippjatek/Program.cs | 1 + 1 file changed, 1 insertion(+) 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)