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