namespace Advent { internal static class Program { private static void Main() { //Day1.Execute(); //Day2.Execute(); Day3.Execute(); } } }