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