mirror of
https://gitlab.com/nullmax17/PlombirLauncher.git
synced 2025-03-15 02:11:11 +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");
|
||
|
}
|
||
|
}
|