Files

8 lines
84 B
Kotlin
Vendored

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