mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-22 18:29:31 +00:00
15 lines
226 B
C#
15 lines
226 B
C#
using MTSC.Server;
|
|
using System;
|
|
|
|
namespace MTSC_TestServer
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Server server = new Server(555);
|
|
server.
|
|
}
|
|
}
|
|
}
|