Skip to content

Instantly share code, notes, and snippets.

@teivah
Created October 29, 2018 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teivah/c1641e76637f37acc48f7192e90a92ae to your computer and use it in GitHub Desktop.
Save teivah/c1641e76637f37acc48f7192e90a92ae to your computer and use it in GitHub Desktop.
def add(x: Int, y: Int): Int = {
x + y
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment