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

@ -13,7 +13,7 @@ namespace _2018_01
int varv = 0;
bool stopped = false;
Dictionary<string, int> resCheck = new Dictionary<string, int>();
string indata = File.ReadAllText(@"I:\Adventofcode_181201\data181201.txt");
string indata = File.ReadAllText(@"..\..\..\Data\Adventofcode_181201\data181201.txt");
//string indata = "+1\r\n-2\r\n+3\r\n+1\r\n+1\r\n-2\r\n";
string[] resTab = indata.Split(Environment.NewLine.ToCharArray(), StringSplitOptions.RemoveEmptyEntries);
while (!stopped)