What is the entry point for a Kotlin application?
fun main(){}
fun static main(){}
fun Main(){}
public static void main(){}