Add Day 06 solution, needs cleanup later
This commit is contained in:
@@ -32,4 +32,10 @@ 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();
|
||||
|
||||
var day06 = new Day06();
|
||||
string day06Path = @$"{rootPath}\AoC-PuzzleInputs\2025\Prod\day06.txt";
|
||||
Console.WriteLine(day06.SolvePart1(day06Path));
|
||||
Console.WriteLine(day06.SolvePart2(day06Path));
|
||||
Console.WriteLine();
|
||||
Reference in New Issue
Block a user