6 lines
53 B
Kotlin
Vendored
6 lines
53 B
Kotlin
Vendored
package pkg
|
|
|
|
fun main() {
|
|
println("A.main Ok")
|
|
}
|