All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.K1.kt Maven / Gradle / Ivy

The newest version!
package test

fun hello(): String {
    return "from k1"
}
fun main() {
    Test.main(null)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy