Esempio n. 1
0
        public static void Main(String[] args)
        {
            ChatServer chatServer = new ChatServer();

            chatServer.run();
        }