Skip to content

Instantly share code, notes, and snippets.

@amadeu01
Created July 11, 2018 02:31
Show Gist options
  • Save amadeu01/add24ba3529fd8ce1b2a717bf5e65030 to your computer and use it in GitHub Desktop.
Save amadeu01/add24ba3529fd8ce1b2a717bf5e65030 to your computer and use it in GitHub Desktop.
Twofer function for passing `Twofer` tests
fun twofer(name: String = "you"): String {
return "One for ${name}, one for me."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment