Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_kotlin
/
97e217ce0ad2992d08926a1658b6a7be65118b2a
/
.
/
examples
/
path_mapping
/
src
/
Greeter.kt
blob: 1975d136975fc430f4c87154cd33e4dd1e29163e [
file
]
package
com
.
example
.
pathmapping
class
Greeter
{
fun greet
(
name
:
String
):
String
=
"Hello, $name!"
}