Skip to content

Instantly share code, notes, and snippets.

@andriybuday
Created January 6, 2020 09:32
Show Gist options
  • Save andriybuday/d0017380374aa81f44b1c267e776b0ff to your computer and use it in GitHub Desktop.
Save andriybuday/d0017380374aa81f44b1c267e776b0ff to your computer and use it in GitHub Desktop.
a += b;
b = a - b;
a -= b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment