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