Add AdventOfCode2024 projects

This commit is contained in:
2024-12-01 07:36:28 +01:00
parent 0571e443b8
commit c2d956ac88
5 changed files with 67 additions and 0 deletions

View File

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