0
Kotlin problems
For some reason when I use kotlin it doesn't seem to work, here is how I type it: fun main(args: string=array) { printIn("Hello World"); }
3 Respostas
+ 6
Mr. Nutshells’ stories
fun main(args: Array<String>) {
println("Welcome to SoloLearn")
}
+ 3
I think Danijel Ivanović help you
+ 1
Thank you very much for your generosity!