Compare commits
2 Commits
2ed395e1f3
...
59f8baefd1
Author | SHA1 | Date | |
---|---|---|---|
59f8baefd1 | |||
ade5f78432 |
@ -50,7 +50,7 @@ namespace AdventOfCode {
|
||||
var exampleInput = new List<int>() {
|
||||
1721, 979, 366, 299, 675, 1456
|
||||
};
|
||||
var testInput = ReadInts(RootDir + "day1.txt");
|
||||
var testInput = ReadInts(RootDir + "day01.txt");
|
||||
|
||||
Assert.Throws<ArgumentException>(() => Day1Part1(emptyInput));
|
||||
Assert.Throws<ArgumentException>(() => Day1Part1(bogusInput));
|
||||
|
Loading…
Reference in New Issue
Block a user