Skip to content

Instantly share code, notes, and snippets.

@areeng
Last active June 19, 2023 09:47
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 areeng/1a732e522b3e13c105e6b79fd7068247 to your computer and use it in GitHub Desktop.
Save areeng/1a732e522b3e13c105e6b79fd7068247 to your computer and use it in GitHub Desktop.
a = a + 1;
a = a - 1;
a = a * 2;
a = a / 2;
a = a % 2;
a = a ** 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment