mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
class Client {
|
|
public static void main(String[] args) {
|
|
System.out.println(Const2.A2);
|
|
System.out.println(Const2.A2);
|
|
}
|
|
} |