Commit f0947575 authored by daidekun's avatar daidekun

f

parent 90638187
......@@ -27,10 +27,3 @@ def partList(al, fromIndex) {
List<String> list = al.subList(fromIndex + 1, al.size());
System.out.println("SubList stored in List: "+list);
}
\ No newline at end of file
def debug(String[] args) {
def rint = ;
println(rint.subList(1,4));
println(rint.subList(4,8));
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment