Skip to content

Instantly share code, notes, and snippets.

@pgrangeiro
Last active May 30, 2019 18:06
Show Gist options
  • Save pgrangeiro/b5391d97e52a23edb346fcef11d6c54a to your computer and use it in GitHub Desktop.
Save pgrangeiro/b5391d97e52a23edb346fcef11d6c54a to your computer and use it in GitHub Desktop.
fun soma(a: Int, b: Int): Int {
return a + b
}
val variavel = soma(1, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment