Answers for "hello world on kotlin"

0

kotlin hello world

fun main() {
  println("Hello World!")
}
Posted by: Guest on February-02-2021

Browse Popular Code Answers by Language