mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 20:45:15 +07:00
6 lines
124 B
Java
6 lines
124 B
Java
class Client{
|
|
public static void main(String[] args) {
|
|
Server server = Factory.createServer();
|
|
server.foo();
|
|
}
|
|
} |