4 lines
56 B
Ruby
Executable file
4 lines
56 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
choices = ARGV
|
|
puts choices.sample
|