Create AdventOfCode.Common.
This commit is contained in:
7
AdventOfCode.Common/IDay.cs
Normal file
7
AdventOfCode.Common/IDay.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace AdventOfCode.Common;
|
||||
|
||||
public interface IDay
|
||||
{
|
||||
string ResolvePart1(string[] inputs);
|
||||
string ResolvePart2(string[] inputs);
|
||||
}
|
||||
Reference in New Issue
Block a user