Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Created March 30, 2018 10:00
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/2197af1d4f1b57dc8152475b5eac48bc to your computer and use it in GitHub Desktop.
Save igorwojda/2197af1d4f1b57dc8152475b5eac48bc to your computer and use it in GitHub Desktop.
class Person () {
fun run() { /*doSth*/ }
fun walk() { /*doSth*/ }
fun jump() { /*doSth*/ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment