Commit 1cb7f3b6 authored by daidekun's avatar daidekun

ff

parent dbde2086
......@@ -30,8 +30,8 @@ def partList(al, fromIndex) {
}
def debug(String[] args) {
def rint = ;
def rint = [1,2,3,4,5];
println(rint.subList(1,4));
println(rint.subList(4,8));
println(rint.subList(0,2));
println(rint.subList(2,4));
}
\ 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