JavaTXCompilerInJavaTX/app/resources/AllgemeinTest/GenTest.jav

11 lines
151 B
Plaintext
Raw Permalink Normal View History

2023-01-10 13:22:05 +00:00
import java.lang.Integer;
import java.util.Vector;
public class GenTest {
main(x) {
var v = new Vector();
return 1 + v.elementAt(0);
}
}