Add Day 05 solution
This commit is contained in:
@@ -26,4 +26,10 @@ var day04 = new Day04();
|
||||
string day04Path = @$"{rootPath}\AoC-PuzzleInputs\2025\Prod\day04.txt";
|
||||
Console.WriteLine(day04.SolvePart1(day04Path));
|
||||
Console.WriteLine(day04.SolvePart2(day04Path));
|
||||
Console.WriteLine();
|
||||
|
||||
var day05 = new Day05();
|
||||
string day05Path = @$"{rootPath}\AoC-PuzzleInputs\2025\Prod\day05.txt";
|
||||
Console.WriteLine(day05.SolvePart1(day05Path));
|
||||
Console.WriteLine(day05.SolvePart2(day05Path));
|
||||
Console.WriteLine();
|
||||
Reference in New Issue
Block a user