tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
|
|
@ -0,0 +1,7 @@
|
|||
def list = [25, 30, 1, 450, 3, 78]
|
||||
def random = new Random();
|
||||
|
||||
(0..3).each {
|
||||
def i = random.nextInt(list.size())
|
||||
println "list[${i}] == ${list[i]}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue