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