public static void Run() { string[] input = Helper.ParseInput(@"Inputs\\Day6.txt"); Part1(input); Part2(input); }