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
|