package p;
class A{
	private int fMe;
	
	public int getMe() {
		return fMe;
	}

}