scaffold 2024
This commit is contained in:
5
2024/Solution.cs
Normal file
5
2024/Solution.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace _2024;
|
||||
|
||||
public interface ISolution {
|
||||
void Run();
|
||||
}
|
||||
Reference in New Issue
Block a user