forked from JavaTX/JavaCompilerCore
9 lines
114 B
Java
9 lines
114 B
Java
|
|
|
|
class mathStrucVectorUse {
|
|
|
|
public static void main(String[] args) {
|
|
new mathStrucVector().main();
|
|
}
|
|
}
|