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

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