add day 5 part 2 answer to unit tests
This commit is contained in:
parent
2ebb48985a
commit
aedc195562
@ -70,7 +70,7 @@ namespace AdventOfCode {
|
|||||||
Assert.Equal(820, FindSeatId("BBFFBBFRLL"));
|
Assert.Equal(820, FindSeatId("BBFFBBFRLL"));
|
||||||
|
|
||||||
Assert.Equal(828, Part1());
|
Assert.Equal(828, Part1());
|
||||||
WriteLine(Part2());
|
Assert.Equal(565, Part2());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user