Added a Downloader for AoC puzzle inputs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user