5 lines
64 B
C#
5 lines
64 B
C#
namespace _2024;
|
|
|
|
public interface ISolution {
|
|
void Run();
|
|
} |
namespace _2024;
|
|
|
|
public interface ISolution {
|
|
void Run();
|
|
} |