5 lines
75 B
Nim
5 lines
75 B
Nim
import random
|
|
randomize()
|
|
|
|
let ls = @["foo", "bar", "baz"]
|
|
echo sample(ls)
|