write kotlin code to print hello world
Answers
Answered by
1
fun main(){
println("hello world")
}
Answered by
0
fun main {
print("hello world")
}
Similar questions