#!/usr/bin/ruby num = rand(10) + 1 str = "Your lucky number is " + num.to_s print < Ruby test #{str} EOF