Lagt till och kopplat aktuell data till projekten
This commit is contained in:
@ -14,7 +14,7 @@ namespace _2018_04
|
||||
{
|
||||
string[] splitter = new string[] { "[", "]" };
|
||||
|
||||
string[] resTab = File.ReadAllLines(@"D:\AdventOfCode\data\2018_04_data.txt");
|
||||
string[] resTab = File.ReadAllLines(@"..\..\..\Data\Adventofcode_181204\2018_04_data.txt");
|
||||
|
||||
Array.Sort(resTab);
|
||||
Dictionary<int, GardDay> gdList = new Dictionary<int, GardDay>();
|
||||
|
||||
Reference in New Issue
Block a user