7 lines
81 B
Kotlin
7 lines
81 B
Kotlin
package a.b.c
|
|
|
|
import js.*
|
|
|
|
fun main(args: Array<String>) {
|
|
println("ayee")
|
|
} |