Skip to content

Instantly share code, notes, and snippets.

@contee213
Created July 4, 2014 08:41
Show Gist options
  • Save contee213/6b3fe1d069ea4e4fe515 to your computer and use it in GitHub Desktop.
Save contee213/6b3fe1d069ea4e4fe515 to your computer and use it in GitHub Desktop.
kotlin hello world
/**
* Created by contee on 2014/07/04.
*/
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