4243444546474849505152
int s = 0; for (int i: args) { s += i; } return s; } }); server.mainloop(); } catch (Exception ex) { System.err.println("Main thread caught exception: " + ex); ex.printStackTrace(); System.exit(1); }