Commit bb1c9258 authored by 9731050's avatar 9731050

add main

parent 779e031c
Pipeline #687 canceled with stages
public class Main {
public static void main(String[] args) throws Exception {
Server server=new Server(1234);
}
}
......@@ -15,6 +15,10 @@ public class Server {
serverSocket.setSoTimeout(1000);
}
public Server(int i) {
}
public void run() {
while (true) {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment