QuoteServer.java


class QuoteServer {
    public static void main(String[] args) {
        new QuoteServerThread().start();
    }
}