AdventOfCode 2023 Day04

This commit is contained in:
2023-12-04 13:20:47 +01:00
parent 34db4e13f4
commit 9c5ba3b215
4 changed files with 370 additions and 1 deletions

View File

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