Skip to content

Instantly share code, notes, and snippets.

@mkovacek
Last active October 18, 2016 08:40
Show Gist options
  • Save mkovacek/93fd71e5201cb8974c4232e350d9998a to your computer and use it in GitHub Desktop.
Save mkovacek/93fd71e5201cb8974c4232e350d9998a to your computer and use it in GitHub Desktop.
def sum(a: Int, b: Int): Int = {
a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment