tests: add input file as test case

This commit is contained in:
Stevan Freeborn
2023-12-08 22:01:58 -06:00
parent b05f886666
commit 9aff5620f0
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -39,6 +39,11 @@ public class MapTests
MapInput,
2
},
new object[]
{
File.ReadAllLines("INPUT.txt"),
13019
}
};
public static IEnumerable<object[]> ParseMapTestData =>