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

10 lines
133 B
Java
Executable File

package none;
import java.util.Vector;
import java.util.Stack;
public class Test{
test(Vector<String> x){
x.addElement("");
}
}