Files
ALGA/Sandbox/Program.cs

9 lines
118 B
C#
Raw Normal View History

namespace OE.ALGA.Sandbox
2024-09-05 19:47:35 +02:00
{
internal class Program
{
static void Main()
{
}
}
}