Skip to content

Instantly share code, notes, and snippets.

@yebonkim
Last active September 27, 2020 00:15
Show Gist options
  • Save yebonkim/341db7aa62557d97bcb77796c4f48fc4 to your computer and use it in GitHub Desktop.
Save yebonkim/341db7aa62557d97bcb77796c4f48fc4 to your computer and use it in GitHub Desktop.
class Hello {
val test = "Hello World!"
fun getSomeStr(): String {
return test
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment