Files

8 lines
85 B
Kotlin
Vendored

package app
import lib.J
fun runAppAndReturnOk(): String {
return J.result()
}