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