StringTimes

Given a string and a non-negative int n, return a larger string that is n copies of the original string.

This exercise was converted to PLM from the excellent exercising site http://javabat.com/