Computer Science, asked by spacetasticsaurav, 5 months ago

write kotlin code to print hello world​

Answers

Answered by saurav7793
1

fun main(){

println("hello world")

}

Answered by atrs7391
0

fun main {

   print("hello world")

}

Similar questions