Last active
August 18, 2019 07:37
-
-
Save stefandeml/fa7f78f3174b917c491592aea40b5bc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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