mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-13 20:37:16 +07:00
13 lines
140 B
Java
13 lines
140 B
Java
|
|
public class Main {
|
|
|
|
public static void main() {
|
|
try {
|
|
|
|
} finally {
|
|
<caret>
|
|
}
|
|
|
|
}
|
|
}
|