9 lines
114 B
Java
Raw Normal View History

2020-01-06 22:04:29 +01:00
class mathStrucVectorUse {
public static void main(String[] args) {
new mathStrucVector().main();
}
}