Last active
August 2, 2017 21:31
-
-
Save 10537/5179d519059b70a381b5eaf2c5aa12c2 to your computer and use it in GitHub Desktop.
Become a Kotlin Programmer Part 6 - Creating a new class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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