Added a Downloader for AoC puzzle inputs

This commit is contained in:
2025-12-14 16:06:38 +01:00
parent e68be83627
commit 0b0f4eabb4
5 changed files with 53 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public class Day09Test
public void Part02_Test2_equals_30()
{
// todo: color edges as right, left, up, down to only allow rectangles between right and left or up and down edges
var actual = _sut.SolvePart2(Test2InputPath);
//var actual = _sut.SolvePart2(Test2InputPath);
//Assert.Equal(30, actual);
}