made class static, no reason for it not to be
This commit is contained in:
@@ -7,7 +7,7 @@ public interface IAdventSolution
|
||||
|
||||
public record struct AdventSolution(string PartOne, string PartTwo);
|
||||
|
||||
public class AdventSolver<T> where T : IAdventSolution, new()
|
||||
public static class AdventSolver<T> where T : IAdventSolution, new()
|
||||
{
|
||||
public static void Solve(string input, int day, string title)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user