chore: add xml comments
This commit is contained in:
@@ -8,4 +8,11 @@ public class ProgramTests
|
||||
var result = await Program.Main(["INPUT.txt"]);
|
||||
result.Should().Be(2879);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task Main_GivenInputAndPart2_ItShouldReturnExpectedSum()
|
||||
{
|
||||
var result = await Program.Main(["INPUT.txt", "part2"]);
|
||||
result.Should().Be(65122);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user