using AdventOfCode.Year2023;
namespace AdventOfCode;
internal static class Program
{
public static void Main(string[] args)
=> Loader2023.Load();
}