0a9428093c
git-subtree-dir: RubyFun git-subtree-mainline:a04a502787
git-subtree-split:b01c682613
5 lines
87 B
Ruby
5 lines
87 B
Ruby
puts 'where do ye live?'
|
|
STDOUT.flush()
|
|
city = gets.chomp()
|
|
puts 'yar city be ' + city
|