Skip to content

Instantly share code, notes, and snippets.

@rbnpercy
Created November 11, 2019 11:29
Show Gist options
  • Save rbnpercy/8c9a0fa8457f45043fa0010d6bd8fd6a to your computer and use it in GitHub Desktop.
Save rbnpercy/8c9a0fa8457f45043fa0010d6bd8fd6a to your computer and use it in GitHub Desktop.
proc addTwoIntegers(a, b: int): int {.importc.}
when isMainModule:
echo addTwoIntegers(3, 7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment