mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 06:36:17 +07:00
GitOrigin-RevId: 29a477bf9a7b726ef2d56c7e0ad7f82c8621d8b7
5 lines
93 B
Java
5 lines
93 B
Java
class Scratch {
|
|
public static void main(String[] args) {
|
|
switch(args[0]) {<caret>
|
|
}
|
|
} |