Kotlin (programming language)

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.

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.
Prefix: a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9

Portal di Ensiklopedia Dunia

Kembali kehalaman sebelumnya