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

nz.co.senanque.library.App.kt Maven / Gradle / Ivy

/*
 * This Kotlin source file was generated by the Gradle 'init' task.
 */
package nz.co.senanque.library

class App {
    val greeting: String
        get() {
            return "Hello world."
        }
}

fun main(args: Array) {
    println(App().greeting)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy