forked from JavaTX/JavaCompilerCore
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
|
import java.util.Vector;
|
||
|
|
||
|
public class Test3 {
|
||
|
|
||
|
public getValue(a,String y){
|
||
|
a.addElement(y);
|
||
|
return(y);
|
||
|
}
|
||
|
}
|