3 lines
54 B
Text
3 lines
54 B
Text
|
|
constant s = {'a','b','c'}
|
||
|
|
puts(1,s[rand(length(s))])
|