AdventOfCode2024 Day04
This commit is contained in:
@@ -5,7 +5,7 @@ public class Day01_Tests
|
||||
[Fact]
|
||||
public void ResolvePart1__Example()
|
||||
{
|
||||
Day01? day = new();
|
||||
Day01 day = new();
|
||||
|
||||
string result = day.ResolvePart1([
|
||||
"1abc2",
|
||||
@@ -20,7 +20,7 @@ public class Day01_Tests
|
||||
[Fact]
|
||||
public void ResolvePart2__Example()
|
||||
{
|
||||
Day01? day = new();
|
||||
Day01 day = new();
|
||||
|
||||
string result = day.ResolvePart2([
|
||||
"two1nine",
|
||||
|
||||
Reference in New Issue
Block a user