mirror of
https://gitlab.com/nullmax17/PlombirLauncher.git
synced 2025-03-14 18:01:12 +03:00
10 lines
132 B
C#
10 lines
132 B
C#
namespace Plombir;
|
|
|
|
sealed class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
Console.WriteLine("init: launcher");
|
|
}
|
|
}
|