steg 1 i struktur
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
@ -10,6 +11,9 @@ namespace _2018_06
|
|||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
string[] resTab = File.ReadAllLines(@"..\..\..\Data\Adventofcode_181206\2018_06_data.txt");
|
||||||
|
List<Tuple<int, int>> koords = new List<Tuple<int, int>>();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
50
Data/AdventOfCode_181206/2018_06_data.txt
Normal file
50
Data/AdventOfCode_181206/2018_06_data.txt
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
69, 102
|
||||||
|
118, 274
|
||||||
|
150, 269
|
||||||
|
331, 284
|
||||||
|
128, 302
|
||||||
|
307, 192
|
||||||
|
238, 52
|
||||||
|
240, 339
|
||||||
|
111, 127
|
||||||
|
180, 156
|
||||||
|
248, 265
|
||||||
|
160, 69
|
||||||
|
58, 136
|
||||||
|
43, 235
|
||||||
|
154, 202
|
||||||
|
262, 189
|
||||||
|
309, 53
|
||||||
|
292, 67
|
||||||
|
335, 198
|
||||||
|
99, 199
|
||||||
|
224, 120
|
||||||
|
206, 313
|
||||||
|
359, 352
|
||||||
|
101, 147
|
||||||
|
301, 47
|
||||||
|
255, 347
|
||||||
|
121, 153
|
||||||
|
264, 343
|
||||||
|
252, 225
|
||||||
|
48, 90
|
||||||
|
312, 139
|
||||||
|
90, 277
|
||||||
|
203, 227
|
||||||
|
315, 328
|
||||||
|
330, 81
|
||||||
|
190, 191
|
||||||
|
89, 296
|
||||||
|
312, 255
|
||||||
|
218, 181
|
||||||
|
299, 149
|
||||||
|
151, 254
|
||||||
|
209, 212
|
||||||
|
42, 76
|
||||||
|
348, 183
|
||||||
|
333, 227
|
||||||
|
44, 210
|
||||||
|
293, 356
|
||||||
|
44, 132
|
||||||
|
175, 77
|
||||||
|
215, 109
|
||||||
Reference in New Issue
Block a user