Newer
Older
Ruby / hello13.rb
a=[]
p(a.length)
p(rand(a.length))
p(a[1])
p(a[rand(a.length)])