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