4 lines
69 B
Scala
4 lines
69 B
Scala
|
|
val a = (1 to 10).toList
|
||
|
|
|
||
|
|
println(scala.util.Random.shuffle(a).head)
|