forked from JavaTX/JavaCompilerCore
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
|
import java.util.Vector;
|
||
|
|
||
|
class Matrix3 extends Vector<Vector<Integer>> {
|
||
|
|
||
|
op = (f) -> f.apply(this);
|
||
|
|
||
|
}
|