MCPcopy Create free account
hub / github.com/Giyn/LiveChat / main

Method main

src/pers/giyn/LiveChat/Server.java:11–14  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

9 */
10public class Server {
11 public static void main(String[] args) throws IOException {
12 ServerBusinesses server = new ServerBusinesses();
13 server.start();
14 }
15}

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected