module m3;
public class C {
	public C() {
		System.out.println(this.getClass());
	}
}
