Lagt till och kopplat aktuell data till projekten
This commit is contained in:
@ -12,7 +12,7 @@ namespace _2018_03
|
||||
int xDim = 0;
|
||||
int yDim = 0;
|
||||
//string indata = File.ReadAllText(@"I:\Adventofcode_181201\data181203.txt");
|
||||
string indata = File.ReadAllText(@"D:\AdventOfCode\data\2018_03_data.txt");
|
||||
string indata = File.ReadAllText(@"..\..\..\Data\Adventofcode_181203\2018_03_data.txt");
|
||||
//string indata = "#1 @ 1,3: 4x4\r\n#2 @ 3,1: 4x4\r\n#3 @ 5,5: 2x2\r\n";
|
||||
|
||||
string[] resTab = indata.Split(Environment.NewLine.ToCharArray(), StringSplitOptions.RemoveEmptyEntries);
|
||||
|
||||
Reference in New Issue
Block a user