#!/usr/local/bin/ruby while l=gets l.chomp! print l+"-"*(80-l.length)+"\n" end