my advent of code solutions
at main 4 lines 86 B view raw
1using Solutions; 2 3if (args.Length > 0) Day.RunFromArgs(args); 4else Day.RunAllYears();