Skip to content

Instantly share code, notes, and snippets.

@danlark1
Created May 4, 2020 12:19
Show Gist options
  • Save danlark1/192a4c9e3ef0cebc589d2c5dd5ea4e0d to your computer and use it in GitHub Desktop.
Save danlark1/192a4c9e3ef0cebc589d2c5dd5ea4e0d to your computer and use it in GitHub Desktop.
int main() {
long a = 3;
long b = 2;
long c = a + b;
a = 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment