Files
2023-11-02 19:19:39 +00:00

5 lines
77 B
Kotlin
Vendored

package commonKLib
fun commonKLibFunction(arg: String): Int {
return 1
}