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