Twofer function for passing Twofer tests
Twofer
fun twofer(name: String = "you"): String { return "One for ${name}, one for me." }