
public class Another {
	public void print() {
		System.out.println("Another");
	}
}
