fun index()

in run/quarkus-hello-world/src/main/kotlin/com/google/App.kt [12:14]


    fun index(): String {
        return "hello, world"
    }