feat: solve part 1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace CamelCards.Tests;
|
||||
|
||||
public class ProgramTests
|
||||
{
|
||||
[Fact]
|
||||
public async Task Main_WhenCalledWithInputFile_ItShouldReturnExpectedResult()
|
||||
{
|
||||
var result = await Program.Main(["INPUT.txt"]);
|
||||
result.Should().Be(251287184);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user