Skip to content

Instantly share code, notes, and snippets.

@10537
Created August 2, 2017 21:34
Show Gist options
  • Save 10537/897d59b9739aef2ebbd0b611f7480f8c to your computer and use it in GitHub Desktop.
Save 10537/897d59b9739aef2ebbd0b611f7480f8c to your computer and use it in GitHub Desktop.
Become a Kotlin Programmer Part 6 - Init Values
class Human(val name: String, val color: String, val height: Float, var age: Integer){
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment