Compare commits

..

3 Commits
v1.0.1 ... main

2 changed files with 5 additions and 0 deletions

2
README.md Normal file
View File

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

View File

@ -47,6 +47,9 @@
{ {
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],