This commit is contained in:
Bukovenszki Tamás 2024-06-15 23:00:24 +02:00
parent 803de4abbd
commit c89c3530eb

View File

@ -108,6 +108,7 @@
}
Console.WriteLine($"{rank}. helyezett {sortedScores[i].Key} {sortedScores[i].Value} ponttal");
}
Console.ReadKey();
}
static int CalculatePoints(MatchPrediction prediction, MatchResult result)