Files

6 lines
125 B
Java

class Test {
String get(String[] args) {
<selection>String arg = args[0];
return arg;</selection>
}
}