Files
2024-02-08 15:19:50 +00:00

8 lines
96 B
Kotlin
Vendored

package app
import lib.*
fun runAppAndReturnOk(): String {
return Outer.Public.result()
}