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