steg 1 i struktur

This commit is contained in:
2018-12-16 10:10:44 +01:00
parent b78cf0791d
commit 8b8def5206
2 changed files with 54 additions and 0 deletions

View File

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

View 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