Lagt till och kopplat aktuell data till projekten
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user