Skip to content

Instantly share code, notes, and snippets.

@pablohildo
Created January 16, 2018 02:53
Show Gist options
  • Save pablohildo/ed207289f2f6a426370ad934b68909c0 to your computer and use it in GitHub Desktop.
Save pablohildo/ed207289f2f6a426370ad934b68909c0 to your computer and use it in GitHub Desktop.
Hello World Kotlin
fun main(args : Array<String>) {
println("Hello World!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment