Compare commits

..

No commits in common. "main" and "v1.0.1" have entirely different histories.
main ... v1.0.1

2 changed files with 0 additions and 5 deletions

View File

@ -1,2 +0,0 @@
# README
Töltsd ki értelemszerűen a tippek.csv fájlt és futtasd a programot az eredmények megtekintéséhez.

View File

@ -47,9 +47,6 @@
{ {
var values = line.Split(';'); var values = line.Split(';');
var actualResult = values[1].Split('-'); var actualResult = values[1].Split('-');
if (string.IsNullOrEmpty(values[1])) { continue; }
var matchResult = new MatchResult var matchResult = new MatchResult
{ {
Match = values[0], Match = values[0],