#!/usr/bin/ruby print "name: " name = gets.chomp print "hello, #{name}.\n"