Kotlin (programming language)
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.
<syntaxhighlight lang="kotlin"> // Hello World Program
fun main(args : Array<String>) {
println("Hello world!")
} </syntaxhighlight>
Kotlin (programming Language) Media
References
- ↑ "Kotlin Programming Language". Kotlin. Retrieved 2021-04-13.