Lagt till och kopplat aktuell data till projekten

This commit is contained in:
2018-12-15 17:07:54 +01:00
parent c428484938
commit f7e20aaa17
18 changed files with 5423 additions and 7 deletions

View File

@ -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>();