mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 22:42:49 +07:00
2d19324846
GitOrigin-RevId: 29a477bf9a7b726ef2d56c7e0ad7f82c8621d8b7
7 lines
108 B
Java
7 lines
108 B
Java
class Scratch {
|
|
public static void main(String[] args) {
|
|
switch(args[0]) {
|
|
<caret>
|
|
}
|
|
}
|
|
} |