Answers for "kotlin console hello world"

0

kotlin hello world

fun main(args : Array<String>) {
    println("Hello, World!")
}
Posted by: Guest on May-20-2021
0

kotlin hello world

fun main(args: Array<String>) {
 println("Hello, World")
}
Posted by: Guest on January-15-2021

Browse Popular Code Answers by Language