Last active
September 14, 2018 16:35
-
-
Save laramartin/4b57256d8beb9d2c7ab8be4ead5145f5 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 Gamer constructor(username: String) { | |
val username : String | |
init { | |
this.username = username | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment