Kotlin, a modern and concise language, says 'Hello, World!' in a straightforward manner:

fun main() {
    println("Hello, World!")
}
Share this post