tests: add input file as test case
This commit is contained in:
@@ -39,6 +39,11 @@ public class MapTests
|
||||
MapInput,
|
||||
2
|
||||
},
|
||||
new object[]
|
||||
{
|
||||
File.ReadAllLines("INPUT.txt"),
|
||||
13019
|
||||
}
|
||||
};
|
||||
|
||||
public static IEnumerable<object[]> ParseMapTestData =>
|
||||
|
||||
Reference in New Issue
Block a user