package test217p;

public interface test217i {
	public String add(int x, int y);
}

