tech.codingzen.HelloWorld.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kdi Show documentation
Show all versions of kdi Show documentation
0 dependency kotlin dependency injection
package tech.codingzen
class HelloWorld {
fun sayHello() {
println("hello world")
}
}