Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Created March 30, 2018 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorwojda/89cff2ea99dacf4482e17478a7b2df54 to your computer and use it in GitHub Desktop.
Save igorwojda/89cff2ea99dacf4482e17478a7b2df54 to your computer and use it in GitHub Desktop.
class Person (var name:String, var lastName:String, var weight:Double) {
//..
fun jump() {
weight -= 0.1
/*doSth*/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment