[2k25] Add day 6
This commit is contained in:
@@ -7,7 +7,7 @@ namespace AdventOfCode;
|
||||
[MemoryDiagnoser(false)]
|
||||
public class DayBenchmark
|
||||
{
|
||||
private Day Day { get; } = new Day4();
|
||||
private Day Day { get; } = new Day6();
|
||||
|
||||
[GlobalSetup]
|
||||
public void Setup()
|
||||
|
||||
Reference in New Issue
Block a user