mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
5 lines
75 B
Kotlin
5 lines
75 B
Kotlin
package com.vnidrop.app
|
|
|
|
fun sayHello(to: String): String =
|
|
"Hello, $to!"
|