5 lines
69 B
Kotlin
Vendored
5 lines
69 B
Kotlin
Vendored
object A {
|
|
@JvmStatic
|
|
fun main(args: Array<String>) {
|
|
}
|
|
} |