Skip to content

Instantly share code, notes, and snippets.

@MozyOk
Created June 5, 2018 13:14
Show Gist options
  • Save MozyOk/6f43e61d8d17ea24fd156e72e7eaae3d to your computer and use it in GitHub Desktop.
Save MozyOk/6f43e61d8d17ea24fd156e72e7eaae3d to your computer and use it in GitHub Desktop.
my first kotlin Function
fun main(args: Array<String>) {
println("Hello World")
println("Kotlin is Grate")
println("80 /10")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment