Untitled
unknown
plain_text
2 years ago
173 B
6
Indexable
void printSum(Server server) {
try {
int sum = computeSum(server);
System.out.println("Sum: " + sum);
} catch (InterruptedException e) {
}
}Editor is loading...
Leave a Comment