Skip to content

Instantly share code, notes, and snippets.

@nbness2
Created December 22, 2021 09:43
Show Gist options
  • Save nbness2/ef6a62f63ff8dc52abc7d468e4664314 to your computer and use it in GitHub Desktop.
Save nbness2/ef6a62f63ff8dc52abc7d468e4664314 to your computer and use it in GitHub Desktop.
Use ReturnString interface
val returnAString = ReturnString { "a string" }
fun main() {
println(returnAString.string)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment