7 lines
76 B
Kotlin
7 lines
76 B
Kotlin
package runtime.basic.entry2
|
|
|
|
fun main(args: Array<String>) {
|
|
fail()
|
|
}
|
|
|