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