edith/src/Edith.cs

9 lines
106 B
C#

namespace Edith;
public class Program
{
public static void Main(string[] args) {
}
}