Code formatting and warning fixing.
This commit is contained in:
@@ -2,14 +2,14 @@ namespace AdventOfCode2023.Tests;
|
||||
|
||||
public class Day12_Tests
|
||||
{
|
||||
private readonly string[] _example1 = {
|
||||
private readonly string[] _example1 = [
|
||||
"???.### 1,1,3",
|
||||
".??..??...?##. 1,1,3",
|
||||
"?#?#?#?#?#?#?#? 1,3,1,6",
|
||||
"????.#...#... 4,1,1",
|
||||
"????.######..#####. 1,6,5",
|
||||
"?###???????? 3,2,1",
|
||||
};
|
||||
];
|
||||
|
||||
[Fact]
|
||||
public void ResolvePart1__Example1()
|
||||
|
||||
Reference in New Issue
Block a user