mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 47bce7db3bc4429cdfd78bbb3518e8fea1cc80b8
5 lines
100 B
Java
5 lines
100 B
Java
public class Main {
|
|
public static void main(String[] args) {
|
|
System.out.println("test");
|
|
}
|
|
} |