Skip to content

Instantly share code, notes, and snippets.

@manhduy
Last active July 30, 2020 09:37
Show Gist options
  • Save manhduy/ee6c98fd2dab6e912dcfbe580fb70cfb to your computer and use it in GitHub Desktop.
Save manhduy/ee6c98fd2dab6e912dcfbe580fb70cfb to your computer and use it in GitHub Desktop.
class Calculator {
fun sum(a: Int, b: Int) = a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment