8 lines
80 B
Plaintext
Raw Normal View History

import java.util.Vector;
2017-05-19 17:40:47 +02:00
2018-02-19 04:47:10 +01:00
class MyVector{
2017-05-19 17:40:47 +02:00
id(x){
2018-03-13 01:57:21 +01:00
return (x.elementAt(0));
2017-05-19 17:40:47 +02:00
}
}