mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 01:41:11 +07:00
GitOrigin-RevId: 4b27beeecd36dcedaa92483176128186747b7e5b
9 lines
86 B
Java
9 lines
86 B
Java
|
|
class Main {
|
|
|
|
public static final void // 1
|
|
// 2
|
|
main(String[] args) {
|
|
}
|
|
}
|