toRomanNumeral

Turn an int into a Roman Numeral String

Return

the correct roman numeral string
fun Int.toRomanNumeral(): String