6 lines
71 B
Kotlin
Vendored
6 lines
71 B
Kotlin
Vendored
import new.*
|
|
|
|
fun main(args: Array<String>) {
|
|
A().f()
|
|
B().f()
|
|
} |