`fun main` has to be static method in java, so it ...
# getting-started
i
fun main
has to be static method in java, so it either must be a top-level function, or a @JvmStatic-annotated function inside a
companion object
of another class or inside an
object
👍 3