Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created November 12, 2019 21:34
Show Gist options
  • Save ssaurel/11bc01e57392c3db1d1cb1086c8db864 to your computer and use it in GitHub Desktop.
Save ssaurel/11bc01e57392c3db1d1cb1086c8db864 to your computer and use it in GitHub Desktop.
Hello, World! in Kotlin
fun main(args: Array<String>) {
println("Hello, World!")
}
@NorbertSandor
Copy link

NorbertSandor commented Nov 26, 2019

Starting from Kotlin 1.3, args is optional: hello-world

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment