Created
July 29, 2019 16:00
-
-
Save mduccc/712d8a98a6c1c190427f1c7c15b2656f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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