Skip to content

Instantly share code, notes, and snippets.

@10537
Created August 2, 2017 21:38
Show Gist options
  • Save 10537/b41aa56b700ff2ddb746836a4cb8d6b1 to your computer and use it in GitHub Desktop.
Save 10537/b41aa56b700ff2ddb746836a4cb8d6b1 to your computer and use it in GitHub Desktop.
Become a Kotlin Programmer Part 6 - Main Call
fun main(args: Array<String>) {
val Player = Human("Iskender","Black",1.70, 30)
Player.Walk()
Player.Talk()
Player.Run()
Player.Eat()
Player.Learn("Meteor Punch Combo")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment