This commit is contained in:
2023-10-04 14:42:59 +03:00
parent 27db256902
commit 8788cb0fcf
57 changed files with 914 additions and 78 deletions
+6 -6
View File
@@ -16,12 +16,12 @@
namespace Ragon.Relay
{
class Program
class Program
{
static void Main(string[] args)
{
static void Main(string[] args)
{
var relay = new Relay();
relay.Start();
}
var relay = new Relay();
relay.Start();
}
}
}