simple "Hello world" program give me Error :
# getting-started
m
simple "Hello world" program give me Error :
Copy code
fun main(args: Array<String>) {
    println("Hello, World!")
}
k
The resulting file in in
helloKt.class
, so run that.