using System; using System.Collections; namespace Advent24 { internal class Program { static void Main(string[] args) { //_ = new Day1(); _ = new Day2(); } } }