9 lines
114 B
Java

class mathStrucVectorUse {
public static void main(String[] args) {
new mathStrucVector().main();
}
}