Skip to content

Instantly share code, notes, and snippets.

@agustarc
Created June 4, 2017 05:31
Show Gist options
  • Save agustarc/989dedb73043954a6730a2094f8e37d1 to your computer and use it in GitHub Desktop.
Save agustarc/989dedb73043954a6730a2094f8e37d1 to your computer and use it in GitHub Desktop.
fun sum(a: Int, b: Int): Int {
return a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment