AdventOfCode 2023 Day05 Part1

This commit is contained in:
2023-12-06 02:09:23 +01:00
parent d3c1a25e67
commit 648e229d13
4 changed files with 531 additions and 1 deletions

View File

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