public class Test {

    public static void main (String[] args) {

	List list = List.split ("this is a sequence of words");
	list.print ();
    }
}
