box-o-sand/oldstuff/RubyFun/round0/streams.rb

5 lines
87 B
Ruby

puts 'where do ye live?'
STDOUT.flush()
city = gets.chomp()
puts 'yar city be ' + city