Skip to content

Instantly share code, notes, and snippets.

@mduccc
Created July 29, 2019 16:00
Show Gist options
  • Save mduccc/712d8a98a6c1c190427f1c7c15b2656f to your computer and use it in GitHub Desktop.
Save mduccc/712d8a98a6c1c190427f1c7c15b2656f to your computer and use it in GitHub Desktop.
class Register {
fun reg(username: String, password: String, country: String): Boolean {
/*Business logic here...*/
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment