CS2GSI/TestApp/Program.cs

11 lines
211 B
C#
Raw Normal View History

2024-01-15 23:03:45 +01:00
// See https://aka.ms/new-console-template for more information
using CS2GSI.TestApp;
public class TestApp
{
public static void Main(string[] args)
{
new CS2GSI.CS2GSI(new Logger());
}
}