module org.x.y.math;
package org.x.y.math.matrices;

public class Matrices {
	public Matrices() {
		System.out.println(this.getClass());
	}
}
