Skip to content

Instantly share code, notes, and snippets.

@laramartin
Last active September 14, 2018 16:35
Show Gist options
  • Save laramartin/4b57256d8beb9d2c7ab8be4ead5145f5 to your computer and use it in GitHub Desktop.
Save laramartin/4b57256d8beb9d2c7ab8be4ead5145f5 to your computer and use it in GitHub Desktop.
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