//File:	EchoClient.java
import CSLib.*;

public class EchoClient
{
	public static void main (String[] args)
	{
		EchoTwoIntegers ec = new EchoTwoIntegers();
    		ec.echo();
  	}
}
