Lite mer förberett

This commit is contained in:
2018-12-17 00:09:25 +01:00
parent 578b96dabb
commit 9a3c385a5b

View File

@ -3,6 +3,8 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using static System.Console;
namespace _2018_07
{
@ -10,6 +12,9 @@ namespace _2018_07
{
static void Main(string[] args)
{
string[] resTab = File.ReadAllLines(@"..\..\..\Data\Adventofcode_181207\2018_07_data.txt");
}
}
}