AdventOfCode2024 Day01 Part 1

This commit is contained in:
2024-12-01 07:49:47 +01:00
parent c30fc4bf51
commit 39b543346d
4 changed files with 1098 additions and 1 deletions

View File

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