how to write hello world in kotlin
snippet in kotlin
how to write hello world in kotlin
user4849
fun main() {
println("Hello World!")
}