Skip to content

Instantly share code, notes, and snippets.

@stefandeml
Last active August 18, 2019 07:37
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 stefandeml/fa7f78f3174b917c491592aea40b5bc9 to your computer and use it in GitHub Desktop.
Save stefandeml/fa7f78f3174b917c491592aea40b5bc9 to your computer and use it in GitHub Desktop.
def main(field a, field b) -> (field):
field result = a + b
return result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment