// $Id:$
package jp.co.infoseek.hp.arton.rjb;

public class JarTest {
    public String add(String a, String b) {
        return a + b;
    }
}
