Files
ALGA/Sandbox/Program.cs

9 lines
118 B
C#

namespace OE.ALGA.Sandbox
{
internal class Program
{
static void Main()
{
}
}
}