Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.cpp Secret

Created August 1, 2020 23:36
Show Gist options
  • Save kasramp/ac0ac6e575ab9977cee17cbf8019a2aa to your computer and use it in GitHub Desktop.
Save kasramp/ac0ac6e575ab9977cee17cbf8019a2aa to your computer and use it in GitHub Desktop.
// referencing example
void decrement(int& x) {
x--;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment