Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created August 19, 2017 14:18
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 tomwis/91da94a4dc0e82ae45e7960455a228c9 to your computer and use it in GitHub Desktop.
Save tomwis/91da94a4dc0e82ae45e7960455a228c9 to your computer and use it in GitHub Desktop.
int sum1 = 1 + 1;
int sum2 = 2 + 2;
var calculations = (sum1, sum2);
calculations.sum1 += 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment