Came into my awareness today – Kotlin. Named after an island somewhere in the St. Petersburg, Russia neighborhood.
And, of course, here is Hello World –
package hello
fun main(args: Array) {
println(“Hello World!”)
}
Tag: Kotlin