Jump to content

Kotlin (programming language)

From Simple English Wikipedia, the free encyclopedia
Revision as of 22:59, 10 May 2021 by Hasley (talk | changes) (Reverted edits by Unurik (talk) to last version by Darubrub)
Kotlin Icon

Kotlin is a statically-typed programming language made by Czech company JetBrains.[1] It has been known for being used in making Android applications.[2]

Example

Here is an example of a hello world program in Kotlin.

// Hello World Program

fun main(args : Array<String>) {
   println("Hello world!")
}

References

  1. "Kotlin Programming Language". Kotlin. Retrieved 2021-04-13.
  2. "Kotlin for Android | Kotlin". Kotlin Help. Retrieved 2021-04-13.[permanent dead link]