Skip to content

Instantly share code, notes, and snippets.

@10537
Last active August 2, 2017 21:31
Show Gist options
  • Save 10537/5179d519059b70a381b5eaf2c5aa12c2 to your computer and use it in GitHub Desktop.
Save 10537/5179d519059b70a381b5eaf2c5aa12c2 to your computer and use it in GitHub Desktop.
Become a Kotlin Programmer Part 6 - Creating a new class
class Human() {
// Here the body of the class
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment