4 lines
73 B
Kotlin
Vendored
4 lines
73 B
Kotlin
Vendored
fun box(msg: String): String {
|
|
return <expr>"message" + msg</expr>
|
|
}
|