Compare commits
No commits in common. "main" and "v1.0.1" have entirely different histories.
@ -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.
|
@ -47,9 +47,6 @@
|
||||
{
|
||||
var values = line.Split(';');
|
||||
var actualResult = values[1].Split('-');
|
||||
|
||||
if (string.IsNullOrEmpty(values[1])) { continue; }
|
||||
|
||||
var matchResult = new MatchResult
|
||||
{
|
||||
Match = values[0],
|
||||
|
Loading…
Reference in New Issue
Block a user