module appv3;

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