blob: 75730ef8775e321fde0e5d5d57b832c472100ee2 [file] [log] [blame]
class Client {
public static void main(String[] args) {
System.out.println(Server.var);
}
}