leola import java.util.ArrayList; def list = ArrayList.new(); list.add("Hello"); list.add("World"); println(list.size()); println(list.get(0));