Skip to content

Instantly share code, notes, and snippets.

@eduellery
Created March 6, 2022 13:15
Show Gist options
  • Save eduellery/70584ffb02345f6d9b65aec700da5341 to your computer and use it in GitHub Desktop.
Save eduellery/70584ffb02345f6d9b65aec700da5341 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