Skip to content

Instantly share code, notes, and snippets.

@blangel
Created February 20, 2012 03:33
Show Gist options
  • Save blangel/1867613 to your computer and use it in GitHub Desktop.
Save blangel/1867613 to your computer and use it in GitHub Desktop.
Running Kotlin Main
fun main(args : Array<String>) {
println("hello, from Kotlin code!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment