repeated

fun repeated(string: String, count: Int): String

Answer a String consisting of count repetitions of string, concatenated.