while input_str = STDIN.gets break if input_str.chomp == "exit" STDOUT.puts "HelloWorld!" break end