AdventOfCode.Common: RunDay overload without day

This commit is contained in:
2023-12-07 21:21:28 +01:00
parent 3e8fa75253
commit a241df39d2
6 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
global using AdventOfCode.Common;
DayHelper.RunDay("AdventOfCode2023", 5);
DayHelper.RunDay("AdventOfCode2023", args);