rename day1.txt -> day01.txt

This commit is contained in:
Colin McMillen 2020-12-02 11:27:46 -05:00
parent c69ad1e76a
commit ade5f78432
2 changed files with 1 additions and 1 deletions

View File

@ -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));