Skip to content

Instantly share code, notes, and snippets.

@drom
Last active August 29, 2015 14:27
Show Gist options
  • Save drom/77a62319db3e39e2e030 to your computer and use it in GitHub Desktop.
Save drom/77a62319db3e39e2e030 to your computer and use it in GitHub Desktop.
{
i0 = 1
i1 = 2
i2 = add(i0, i1)
ret(i2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment