Compare commits

..

No commits in common. "59f8baefd107df7115a008cf13ffd70a49fbc0b0" and "2ed395e1f3c255e0d19d037a50f2bac2426acb82" have entirely different histories.

View File

@ -50,7 +50,7 @@ namespace AdventOfCode {
var exampleInput = new List<int>() { var exampleInput = new List<int>() {
1721, 979, 366, 299, 675, 1456 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(emptyInput));
Assert.Throws<ArgumentException>(() => Day1Part1(bogusInput)); Assert.Throws<ArgumentException>(() => Day1Part1(bogusInput));