forked from JavaTX/JavaCompilerCore
Anpassungen im Matrix Test
This commit is contained in:
parent
3ce4937bc1
commit
8e4791cca6
@ -1,4 +1,6 @@
|
||||
import java.util.Vector;
|
||||
import java.lang.Integer;
|
||||
import java.lang.Boolean;
|
||||
|
||||
class Matrix extends Vector<Vector<Integer>> {
|
||||
mul(m) {
|
||||
|
Loading…
Reference in New Issue
Block a user