
nz.co.senanque.library.App.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-library-template Show documentation
Show all versions of kotlin-library-template Show documentation
A concise description of my library
The newest version!
/*
* 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