0.upto(99){|i|puts i.to_s(3).bytes.map{|d|"world hello world!".split[d%4]}.join' '}