JavaCompilerCore/examples/hoti/Test3.jav
2013-10-18 13:33:46 +02:00

9 lines
117 B
Java
Executable File

import java.util.Vector;
public class Test3 {
public getValue(a,String y){
a.addElement(y);
return(y);
}
}