diff --git a/2018_08/Program.cs b/2018_08/Program.cs index bd1a5a5..c114edd 100644 --- a/2018_08/Program.cs +++ b/2018_08/Program.cs @@ -12,8 +12,8 @@ namespace _2018_08 { static void Main(string[] args) { - string[] resTab = File.ReadAllText(@"..\..\..\Data\Adventofcode_181208\2018_08_data.txt").Split(' '); - //string[] resTab = @"2 3 0 3 10 11 12 1 1 0 1 99 2 1 1 2".Split(' '); + //string[] resTab = File.ReadAllText(@"..\..\..\Data\Adventofcode_181208\2018_08_data.txt").Split(' '); + string[] resTab = @"2 3 0 3 10 11 12 1 1 0 1 99 2 1 1 2".Split(' '); int[] numbers = new int[resTab.Length]; for (int i = 0; i < resTab.Length; i++) {