Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Last active October 21, 2017 12:49
Show Gist options
  • Save igorwojda/dfebe25f414eba881c087d8b42add519 to your computer and use it in GitHub Desktop.
Save igorwojda/dfebe25f414eba881c087d8b42add519 to your computer and use it in GitHub Desktop.
Pure function
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