Skip to content

Instantly share code, notes, and snippets.

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