14 lines
292 B
C#
Raw Permalink Normal View History

2025-02-22 12:19:42 +03:00
namespace Plombir;
sealed class Program
{
public static async Task Main()
2025-02-22 12:19:42 +03:00
{
Console.WriteLine("init: launcher");
// var ln = new Launcher("test", "1.20.1");
// var s = await Utils.GetLicensedSession();
// Console.WriteLine(s.CheckIsValid());
2025-02-22 12:19:42 +03:00
}
}