import Regular;

public class test {

	public static void main(String argv[]) {
		Regular x = new Regular("(abcdefghijklmnopqrstuvwxyz)");
	}
}
